次の方法で共有


DbGeometry.Area プロパティ

定義

この DbGeometry 値の面積を示す null 許容型の double 値を取得します。この値が面を表していない場合は null が返されます。

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

プロパティ値

この DbGeometry 値の領域を示す null 許容の double 値。

適用対象