Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ModalCmd Object : DISTANCE Property
DISTANCE Property
Description
Represents the distance to move for this object.
Property type
Read-write property
Syntax
Visual Basic
Public Property DISTANCE As Double
Return Type
Read/write Double.
Remarks

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

For objects of type PREHIT, CLAMP, RETRACT, and CHECK, the Distance property is the distance to move during that operation. For CLEARANCE_PLANES objects, it is the distance from the axes plane to move. For example, if the clearance plane is LEFT, and the Distance is 2.0, the clearance plane will move to the X=2.0 plane.

See Also