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




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

Syntax

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

Example

For an example, see the Envelope overview.

Remarks

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

See Also

© 2010 All Rights Reserved.