Click or drag to resize

ParameterData Structure

Represents an input parameter to a procedure.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public struct ParameterData : IRapidData

The ParameterData type exposes the following members.

Constructors
  NameDescription
Public methodParameterData
Creates a new ParameterData instance.
Top
Properties
  NameDescription
Public propertyName
Parameter name
Public propertyType
Parameter data type
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodFillFromString
Fills the struct with a valid rapid string representation.
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 parameter.
(Overrides ValueTypeToString.)
Top
See Also