Click or drag to resize

RobTarget Structure

Represents a rapid data of type robtarget.

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

The RobTarget type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ValueTypeEquals(Object).)
Public methodFillFromString
Fills the struct with a valid rapid string representation.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodMirror
Mirror a RobTarget object.
Public methodToString
Returns the string representation of the robtarget rapid data.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
== operator. Compares if two RobTarget are equal to each other.
Public operatorStatic memberInequality
!= operator. Compares if two RobTarget differs from each other.
Top
Fields
  NameDescription
Public fieldStatic memberEmpty
Represents an undefined (empty) RobTarget
Public fieldExtax
Gets or sets the value of Extax.
Public fieldRobconf
Gets or sets the value of Robconf.
Public fieldRot
Gets or sets the value of Rot.
Public fieldTrans
Gets or sets the value of Trans.
Top
See Also