ESRI.ArcGIS.ADF.IMS
Y Property
See Also 
ESRI.ArcGIS.ADF.IMS.Geometry Namespace > Point Class : Y Property




Gets or sets the y-coordinate of the Point.

Syntax

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

Remarks

This is the coordinate in the vertical dimension for the point.

See Also

© 2010 All Rights Reserved.