ArcObjects Library Reference (Geometry)  

IEnvelope2.QueryMCoords Method

Queries the minimum and maximum M values simultaneously.

[Visual Basic .NET]
Public Sub QueryMCoords ( _
    ByRef MMin As Double, _
    ByRef MMax As Double _
)
[C#]
public void QueryMCoords (
    ref double MMin,
    ref double MMax
);
[C++]
HRESULT QueryMCoords(
  double* MMin,
  double* MMax
);
[C++]

Parameters

MMin [out]   MMin is a parameter of type double MMax [out]   MMax is a parameter of type double

Product Availability

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

Description

Returns the values of MMin and MMax respectively.

See Also

IEnvelope2 Interface