ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.SetMDomain Method

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

Product Availability

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

See Also

IGpSpRefObject Interface