This document is archived and information here might be outdated.  Recommended version.


IGPMDomain.GetMFalseOriginAndUnits Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPMDomain.GetMFalseOriginAndUnits Method

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(
  double* falseM,
  double* mUnits
);
[C++]

Parameters falseM [out] falseM is a parameter of type double mUnits [out] mUnits is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPMDomain Interface