空間型が空かどうかを示す値を取得します。
名前空間: System.Spatial
アセンブリ: System.Spatial (System.Spatial.dll)
構文
'宣言
ReadOnly Property IsEmpty As Boolean
Get
'使用
Dim instance As ISpatial
Dim value As Boolean
value = instance.IsEmpty
bool IsEmpty { get; }
property bool IsEmpty {
bool get ();
}
abstract IsEmpty : bool
function get IsEmpty () : boolean
プロパティ値
型: System.Boolean
空間型が空の場合は true、それ以外の場合は false。