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


IGPMDomain.GetMFalseOriginAndUnits Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPMDomain Interface > IGPMDomain.GetMFalseOriginAndUnits Method
ArcGIS Developer Help

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(
  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*

Product Availability

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

See Also

IGPMDomain Interface