Click or drag to resize

UserDefined Structure

Represents a user defined 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 struct UserDefined : IRapidData, 
	IDisposable

The UserDefined type exposes the following members.

Constructors
  NameDescription
Public methodUserDefined
Initializes a new user defined instance of a special rapid data type.
Top
Properties
  NameDescription
Public propertyComponents
Gets or sets the value of of an array of IRapidData.
Top
Methods
  NameDescription
Public methodDispose
Releases the managed resources of the instance.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodFillFromString
This method is not supported.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the string representation of the user defined rapid data.
(Overrides ValueTypeToString.)
Top
See Also