ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.SetMFalseOriginAndUnits Method

Get the measure false origin and units.

[Visual Basic .NET]
Public Sub SetMFalseOriginAndUnits ( _
    ByVal falseM As Double, _
    ByVal mUnits As Double _
)
[C#]
public void SetMFalseOriginAndUnits (
    double falseM,
    double mUnits
);
[C++]
HRESULT SetMFalseOriginAndUnits(
  double falseM,
  double mUnits
);
[C++]

Parameters

falseM [in]   falseM is a parameter of type double mUnits [in]   mUnits is a parameter of type double

Product Availability

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

See Also

IGpSpRefObject Interface