批量设置对象的可见/隐藏状态。

命名空间:  SuperMap.Realspace
程序集:  SuperMap.Realspace (in SuperMap.Realspace)
版本: dll

语法

C#
public void SetObjectsVisible(
	List<int> ids,
	bool visible
)

参数

ids
Type: System.Collections.Generic..::.List<(Of <(Int32>)>)
传入指定的对象id数组。
visible
Type: System..::.Boolean
对象是否可见。默认为true,即:可见。

请参见