Click or drag to resize

TypeGetInstance Method

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
Syntax
C#
public Instance GetInstance(
	string name
)

Parameters

name
Type: SystemString
Name of the instance

Return Value

Type: Instance
The identified instance or null if not found.
See Also