Freigeben über


GeometryPoint.Y-Eigenschaft

Ruft die Länge ab oder legt sie fest.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Y As Double
    Get
'Usage
Dim instance As GeometryPoint
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

Eigenschaftswert

Typ: System.Double
Die Länge.

Siehe auch

Verweis

GeometryPoint Klasse

System.Spatial-Namespace