![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.MMax Property (ArcObjects .NET 10.5 SDK) |
The maximum measure value in the area of the envelope.
[Visual Basic .NET] Public Property MMax As Double
[C#] public double MMax {get; set;}
[C++]
HRESULT get_MMax(
double* MMax
);
[C++]
HRESULT put_MMax(
double MMax
);
[C++]
Parameters MMax [out, retval] MMax is a parameter of type double MMax MMax is a parameter of type double
refer to the MMax property of IEnvelope