GeometryPosition.Y Property

Gets the Y portion of position.

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

Syntax

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

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

Property Value

Type: System.Double
The Y portion of position.

See Also

Reference

GeometryPosition Class

System.Spatial Namespace