Click or drag to resize

UserDefined Constructor

Initializes a new user defined instance of a special rapid data type.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public UserDefined(
	RapidDataType rdt
)

Parameters

rdt
Type: ABB.Robotics.Controllers.RapidDomainRapidDataType
The RapidDataType of the rapid data type.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataType or ArgumentNullException are null or empty.
ArgumentExceptiondataType does not represent the user defined data type in the specified controller.
GeneralExceptionA General Exception has occurred.
See Also