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


IEnvelopeGEN.MMin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.MMin Property
ArcGIS Developer Help

IEnvelopeGEN.MMin Property

The minimum measure value in the area of the envelope.

[Visual Basic .NET]
Public Property MMin As Double
[C#]
public double MMin {get; set;}
[C++]
HRESULT get_MMin(
  System.Double* MMin
);
[C++]
HRESULT put_MMin(
  double MMin
);
[C++]
Parameters
MMin [out, retval]

MMin is a parameter of type double* MMin
MMin is a parameter of type double

Product Availability

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

Description

refer to the MMin property of IEnvelope

See Also

IEnvelopeGEN Interface