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




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

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The minimum y coordinate in the units of the primary map resource. NaN when not set.")>
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# 
[ResDescriptionAttribute("The minimum y coordinate in the units of the primary map resource. NaN when not set.")]
public double YMin {get; set;}

See Also

© 2010 All Rights Reserved.