ESRI.ArcGIS.ADF.Web.UI.WebControls
Y Field
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ScreenPoint Structure : Y Field




The y coordinate.

Syntax

Visual Basic (Declaration) 
Public Y As Double
Visual Basic (Usage)Copy Code
Dim instance As ScreenPoint
Dim value As Double
 
value = instance.Y
 
instance.Y = value
C# 
public double Y

Remarks

The point is in screen pixels. Point.ToMapPoint may be used to convert the point from screen pixels to map coordinates if necessary for further processing.

See Also

© 2010 All Rights Reserved.