设置点云分组可见性。

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

语法

C#
public void SetPointCloudGroupsVisible(
	List<string> groupNames,
	bool visible
)

参数

groupNames
Type: System.Collections.Generic..::.List<(Of <(String>)>)
输入分组集合。
visible
Type: System..::.Boolean
设置指定分组是否可见。

请参见