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


IEnvelope2.QueryMCoords Method (ArcObjects .NET 10.5 SDK)
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