Workplane Property
Description
Represents the workplane of this alignment object. It can take the values PCD_XPLUS, PCD_XMINUS, PCD_YPLUS, PCD_YMINUS, PCD_ZPLUS, and PCD_ZMINUS.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property Workplane As ENUM_PLANE_TYPE |
Return Type
Read/write Long.
Remarks
This function only works for objects of type ITER_ALIGN. If used on any other object type, setting this variable will do nothing, and getting this variable will return PCD_ZPLUS.
See Also