Share via


GeometryPoint.Y Property

Gets or sets the Longitude.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Y As Double 
    Get
'Usage
Dim instance As GeometryPoint 
Dim value As Double 

value = instance.Y
public abstract double Y { get; }
public:
virtual property double Y {
    double get () abstract;
}
abstract Y : float
abstract function get Y () : double

Property Value

Type: System.Double
The Longitude.

See Also

Reference

GeometryPoint Class

System.Spatial Namespace