根据模型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表示可见,否则为不可见。

请参见