ArcObjects Library Reference (Geometry)  

ISpatialReference2GEN.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 [in, out]   falseM is a parameter of type double mUnits [in, out]   mUnits is a parameter of type double

Product Availability

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

See Also

ISpatialReference2GEN Interface