|
DefaultValue
|
Specifies the default coordinates of the current object.
Use the DefaultValue property to receive the default coordinates of a TRSPosition object.
|
|
OnChange
|
Occurs whenever a TRSPosition object changes.
Write an OnChange event handler to perform a specific action when the TRSPosition object changes.
|
|
Point
|
Specifies the coordinates of the current object as a point.
Use the Point property to specify the coordinates of a TRSPosition object as a point.
|
|
Vector
|
Specifies the coordinates of the current object as a vector.
Use the Vector property to specify the coordinates of a TRSPosition object as a vector.
Note
|
The Z coordinate is ignored
|
|
|
X
|
Specifies the horizontal coordinate of the object.
Use the X property to receive or to set the horizontal coordinate of the current TRSPosition object.
|
|
Y
|
Specifies the vertical coordinate of the object.
Use the Y property to receive or to set the vertical coordinate of the current TRSPosition object.
|