DbGeometry.Length 屬性

定義

會得到一個可為無的雙重值,表示此 DbGeometry 值的長度,若此值不代表曲線,則可能是空值。

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)

屬性值

這個 DbGeometry 值的長度。

適用於