This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelope2 Interface > IEnvelope2.QueryMCoords Method (ArcObjects .NET 10.4 SDK) |
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
Returns the values of MMin and MMax respectively.