ArcObjects Library Reference (Geometry)  

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(
  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 Snippets

Create Low Precision Spatial Reference | Zoom to Selected Globe Features

.NET Samples

3D multipatch examples (Code Files: ExtrusionExamples) | Dynamic display animated zoom (Code Files: AnimatedZoomInTool AnimatedZoomOutTool) | Dynamic display layer (Code Files: MyDynamicLayerClass) | Custom scene navigation commands (Code Files: ZoomIn ZoomOut)

.NET Related Topics

How to set raster properties when saving as a raster | How to split a raster dataset into multiple tiles | Listening to the OnValidate event for a geodatabase topology | Working with map surrounds | Working with the analysis environment