This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpSpRefObject Interface > IGpSpRefObject.SetMFalseOriginAndUnits Method (ArcObjects .NET 10.5 SDK) |
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