Gets a named instance with the specified name.
Namespace:
ABB.Robotics.Controllers.ConfigurationDomain
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntaxpublic Instance GetInstance(
string name
)
Parameters
- name
- Type: SystemString
Name of the instance
Return Value
Type:
InstanceThe identified instance or null if not found.
See Also