Freigeben über


GeometryPosition.Y-Eigenschaft

Ruft den Y-Teil der Position ab.

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

Eigenschaftswert

Typ: System.Double
Der Y-Teil der Position.

Siehe auch

Verweis

GeometryPosition Klasse

System.Spatial-Namespace