共用方式為


DbGeometry.Length 屬性

定義

取得可為 null 的雙精度浮點數值,指出這個 DbGeometry 值的長度,如果這個值不代表曲線,就可能為 null。

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 值的長度。

適用於