AXIS Property
Description
Represents the axis that the alignment object uses.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property AXIS As ENUM_AXIS_TYPE |
Return Type
Read/write Long.
Remarks
This function only works for objects of type ROTATE_ALIGN, ROTATE_CIRCLE_ALIGN, TRANS_ALIGN, and TRANSOFF_ALIGN. For other object types, trying to set this property does nothing, and trying to get this property always returns PCD_ZPLUS.
Valid Settings to set this property to are as follows:
PCD_XPLUS
PCD_XMINUS
PCD_YPLUS
PCD_YMINUS
PCD_ZPLUS
PCD_ZMINUS
See Also