Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > MoveCmd Object : Direction Property
Direction Property
Description
Represents the rotation direction of this MOVE_ROTAB object.
Property type
Read-write property
Syntax
Visual Basic
Public Property Direction As MOVEDIRECTION
Return Type
Read/write Double value.
Remarks

This property is only useful for objects of type MOVE_ROTAB. For objects of other types, setting this property does nothing and getting it always returns zero.

For objects of type MOVE_ROTAB, the allowable values of this property are PCD_CLOCKWISE, PCD_COUNTERCLOCKWISE, and PCD_SHORTEST.

See Also