Freigeben über


DbGeometry.Measure-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 den Measure (M-Koordinate)-Wert dieses DbGeometry-Werts ab, wenn er einen Punkt darstellt.

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

Syntax

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

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

Eigenschaftswert

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

Siehe auch

Verweis

DbGeometry Klasse

System.Data.Entity.Spatial-Namespace