This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReference Interface > ISpatialReference.SetMDomain Method (ArcObjects .NET 10.5 SDK) |
The measure domain extent.
[Visual Basic .NET] Public Sub SetMDomain ( _ ByVal inMMin As Double, _ ByVal inMMax As Double _ )
[C#] public void SetMDomain ( double inMMin, double inMMax );
[C++]
HRESULT SetMDomain(
double inMMin,
double inMMax
);
[C++]
Parameters inMMin [in] inMMin is a parameter of type double inMMax [in] inMMax is a parameter of type double
An alternative method to the SetMFalseOriginAndUnits method. Sets the minimum and maximum allowed measure values for a spatial reference. Use SetMFalseOriginAndUnits to set explicitly the allowed measure precision value. The mUnits value is the inverse of the resolution of the measure data.