次の方法で共有


DbGeometry.IsEmpty プロパティ

定義

この DbGeometry 値が空かどうかを示す null 許容型のブール値を取得します。この値が曲線を表していない場合は null が返されます。

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

プロパティ値

この DbGeometry 値が空の場合は true。それ以外の場合は false

適用対象