This document is archived and information here might be outdated. Recommended version. |
Get the Z false origin and units.
[Visual Basic .NET]
Public Sub GetZFalseOriginAndUnits ( _
ByRef falseZ As Double, _
ByRef zUnits As Double _
)
[C#]
public void GetZFalseOriginAndUnits (
ref double falseZ,
ref double zUnits
);
[C++]
HRESULT GetZFalseOriginAndUnits(
System.Double* falseZ,
System.Double* zUnits
);
[C++] Parameters falseZ [in, out]
falseZ is a parameter of type double* zUnits [in, out]
zUnits is a parameter of type double*