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


IEnvelopeGEN.YMin 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.YMin Property
ArcGIS Developer Help

IEnvelopeGEN.YMin Property

The position of the bottom.

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

YMin is a parameter of type double* YMin
YMin is a parameter of type double

Product Availability

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

Description

refer to the YMin property of IEnvelope

See Also

IEnvelopeGEN Interface