DbGeometry.IsEmpty 属性

定义

获取一个可为 null 的布尔值,该值指示此 DbGeometry 值是否为空,如果此值不表示曲线,该值可能为 null。

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

属性值

true 如果此 DbGeometry 值为空,则为空;否则,为 false.

适用于