This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpSpRefObject Interface > IGpSpRefObject.SetMDomain Method (ArcObjects .NET 10.4 SDK) |
Get the measure domain extent.
[Visual Basic .NET] Public Sub SetMDomain ( _ ByVal MMin As Double, _ ByVal MMax As Double _ )
[C#] public void SetMDomain ( double MMin, double MMax );
[C++]
HRESULT SetMDomain(
double MMin,
double MMax
);
[C++]
Parameters MMin [in] MMin is a parameter of type double MMax [in] MMax is a parameter of type double