ArcObjects Library Reference (Geometry)  

IEnvelopeGEN.MMax Property

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

Product Availability

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

Description

refer to the MMax property of IEnvelope

See Also

IEnvelopeGEN Interface