X Property
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 GeometricPoint
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.