TypeDeleteInstance Method |
This method deletes a named instance of this type.
Namespace:
ABB.Robotics.Controllers.ConfigurationDomain
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntaxpublic void DeleteInstance(
string name
)
Parameters
- name
- Type: SystemString
The name of the instance.
See Also