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