This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem4GEN Interface > IProjectedCoordinateSystem4GEN.GetMDomain Method (ArcObjects .NET 10.5 SDK) |
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(
double* outMMin,
double* outMMax
);
[C++]
Parameters outMMin [in, out] outMMin is a parameter of type double outMMax [in, out] outMMax is a parameter of type double