XYZ Property
Description
A PointData object that represents the location to which to move, or in the case of MOVE_INCREMENT, the location offset.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property XYZ As PointData |
Return Type
Read/write PointData object.
Remarks
This property is only useful for objects of type MOVE_POINT, MOVE_INCREMENT, and MOVE_CIRCULAR. For objects of other types, setting this property does nothing and getting it always returns Nothing.
See Also