PassPlane Property
Description
Represents the pass-through plane to move for this CLEARANCE_PLANES object.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property PassPlane As ENUM_PLANE_TYPE |
Return Type
Read/write Long value.
Remarks
This property is only useful for objects of type CLEARANCE_PLANES. For objects of other types, setting this property does nothing and getting it always returns PCD_ZPLUS.
Allowable values for this property are PCD_XPLUS, PCD_XMINUS, PCD_YPLUS, PCD_YMINUS, PCD_ZPLUS, and PCD_ZMINUS.
See Also