The Z value of the offset, used only when the offset frame is Cartesian, where positive and negative values move the label out of and into the screen, respectively. Uses SmallDistanceUnit Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property Z() As Double |
[C#] |
---|
public double Z {get; set;} |
[Managed C++] |
---|
public: __property double get_Z(); |
[Unmanaged C++] |
---|
public: HRESULT get_Z( double * pVal ); public: HRESULT put_Z( double dVal ); |
[Java] |
---|
public double getZ(); public void setZ( double ); |