Description
Get or set the position of this frame along the Z axis.
-
Property type
-
A Double value.
-
Syntax
-
object.ZPosition [= value]
The ZPosition Property syntax has these parts: |
| object | An expression evaluating to an object of type McFrame. | | value | A Double value. | Remarks
The Z position is set in microns regardless of the units of the current spatial calibration. All Z positions are relative to an unknown origin - use them only in relation to each other. The IsZPositionValid property should be checked prior to considering this position property to be valid.
|