共用方式為


DbGeometry.Area 屬性

定義

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

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

屬性值

表示這個 DbGeometry 值之面積的可為 Null 的雙精度值。

適用於