Gets or sets the minimum Y coordinate of the Envelope.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public double YMin { get; set; }
Visual Basic (Declaration)
Public Property YMin As Double

Field Value

The minimum Y coordinate.

See Also