Share via


GeometryPoint.X Property

Gets or sets the Latitude.

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

Syntax

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

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

Property Value

Type: System.Double
The Latitude.

See Also

Reference

GeometryPoint Class

System.Spatial Namespace