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