ESRI.ArcGIS.ADF.IMS
YMin Property
See Also 
ESRI.ArcGIS.ADF.IMS.Geometry Namespace > Envelope Class : YMin Property




Gets or sets the minimum y-coordinate of the Envelope.

Syntax

Visual Basic (Declaration) 
Public Property YMin As Double
Visual Basic (Usage)Copy Code
Dim instance As Envelope
Dim value As Double
 
instance.YMin = value
 
value = instance.YMin
C# 
public double YMin {get; set;}

Example

For an example, see the Envelope overview.

Remarks

This is the right-side x-coordinate (horizontal dimension). XMin is always less than the value of XMax. If coordinates are negative, XMin will be further from zero than XMax. For example, if XMin is -43.7, XMax will be a greater value such as -38.2. Unpredictable results will occur if an envelope is used where XMax is less than XMin.

See Also

© 2010 All Rights Reserved.