Share via


Y Property

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 GeometricPoint
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

GeometricPoint Class

System.Spatial Namespace