Freigeben über


DbGeometry.YCoordinate-Eigenschaft

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Ruft die y-Koordinate dieses DbGeometry-Werts ab, wenn sie einen Punkt darstellt.

Namespace:  System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public ReadOnly Property YCoordinate As Nullable(Of Double)
    Get
'Usage
Dim instance As DbGeometry 
Dim value As Nullable(Of Double)

value = instance.YCoordinate
public Nullable<double> YCoordinate { get; }
public:
property Nullable<double> YCoordinate {
    Nullable<double> get ();
}
member YCoordinate : Nullable<float>
function get YCoordinate () : Nullable<double>

Eigenschaftswert

Typ: System.Nullable<Double>
Der Y-Koordinate-Wert dieses Geometriewerts, wenn er einen Punkt darstellt, andernfalls null.

Siehe auch

Verweis

DbGeometry Klasse

System.Data.Entity.Spatial-Namespace