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


IGPMDomain.GetMDomain Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPMDomain Interface > IGPMDomain.GetMDomain Method
ArcGIS Developer Help

IGPMDomain.GetMDomain Method

Get the measure domain extent.

[Visual Basic .NET]
Public Sub GetMDomain ( _
    ByRef outMMin As Double, _
    ByRef outMMax As Double _
)
[C#]
public void GetMDomain (
    ref double outMMin,
    ref double outMMax
);
[C++]
HRESULT GetMDomain(
  System.Double* outMMin,
  System.Double* outMMax
);
[C++]
Parameters
outMMin [out]

outMMin is a parameter of type double* outMMax [out]
outMMax is a parameter of type double*

Product Availability

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

See Also

IGPMDomain Interface