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


IEnvelope2.QueryMCoords Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelope2 Interface > IEnvelope2.QueryMCoords Method
ArcGIS Developer Help

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(
  System.Double* MMin,
  System.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