Aracılığıyla paylaş


DbGeography.Length Özellik

Tanım

Bu DbGeography değerinin uzunluğunu gösteren null atanabilir bir çift değer alır. Bu değer bir eğriyi temsil etmiyorsa null olabilir.

public:
 property Nullable<double> Length { Nullable<double> get(); };
public double? Length { get; }
member this.Length : Nullable<double>
Public ReadOnly Property Length As Nullable(Of Double)

Özellik Değeri

Bu DbGeography değerinin uzunluğunu gösteren null atanabilir bir çift değer.

Şunlara uygulanır