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


ISpatialReference2GEN.SetMDomain Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReference2GEN Interface > ISpatialReference2GEN.SetMDomain Method
ArcGIS Developer Help

ISpatialReference2GEN.SetMDomain Method

Set 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

Product Availability

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

See Also

ISpatialReference2GEN Interface