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


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

IEnvelope.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

YMin is the bottom coordinate of the envelope.

Remarks

Setting Ymin to a value larger than Ymax will reverse Ymin and Ymax. Use PutCoords to avoid this behavior.

Envelope YMin Example

[C#]

The following C# code shows how to get the YMin property of an envelope:


yMin = env.YMin;

See Also

IEnvelope Interface | IEnvelope.XMin Property | IEnvelope.XMax Property

.NET Samples

Custom scene navigation commands Custom scene navigation commands Dynamic display animated zoom Dynamic display animated zoom 3D multipatch examples Dynamic display layer