Click or drag to resize

TypeCreateInstance Method

Creates a named instance of this type in the configuration database.

Namespace:  ABB.Robotics.Controllers.ConfigurationDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public Instance CreateInstance(
	string name
)

Parameters

name
Type: SystemString
The name of the instance.

Return Value

Type: Instance

[Missing <returns> documentation for "M:ABB.Robotics.Controllers.ConfigurationDomain.Type.CreateInstance(System.String)"]

Exceptions
ExceptionCondition
ArgumentNullException if name is null or empty.
See Also