用于设置对象ID列表的可见性。该方法只支持模型数据集,暂不支持其他类型数据集。

命名空间:  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表示可见,否则为不可见。

请参见