This document is archived and information here might be outdated. Recommended version. |
The adjustment factor for z axis.
[Visual Basic .NET]
Public Property ZAxisScale As Double
[C#]
public double ZAxisScale {get; set;}
[C++]
HRESULT get_ZAxisScale(
System.Double* pZScale
);
[C++]
HRESULT put_ZAxisScale(
double pZScale
);
[C++] Parameters pZScale [out, retval]
pZScale is a parameter of type double* pZScale [in]
pZScale is a parameter of type double