Description
This property allows you to set a distance by which to move a copied UCS along the Z-axis. This property is relevant when the IMdUcs::Mode property is set to cmUcsModeCopy and IMdUcs::CopyMode is set to cmUcsCopyModeByDistance.
Syntax
Property get:
DistanceByZ = CopyDistanceZ ( );
|
Return: (Double) DistanceByZ |
Distance along the Z-axis of a copied UCS . |
Property set:
CopyDistanceZ( DistanceByZ );
|
Input: (Double) DistanceByZ |
Distance along the Z-axis of a copied UCS . |