共用方式為


ISpatial.IsEmpty 屬性

取得值,這個值表示空間類型是否為空白。

命名空間:  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。

請參閱

參考

ISpatial 介面

System.Spatial 命名空間