DbGeometry.Area 属性

定义

获取指示此 DbGeometry 值区域的双精度值,如果此值不表示图面,则可以为零。

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

适用于