设置指定一组对象在指定视口中的可见性。

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

语法

C#
public void SetObjsVisibleInViewport(
	List<int> objsVisible,
	bool visible,
	short viewPortIndex
)

参数

objsVisible
Type: System.Collections.Generic..::.List<(Of <(Int32>)>)
指定的一组对象列表。
visible
Type: System..::.Boolean
指定可见性,true表示可见,false表示不可见。
viewPortIndex
Type: System..::.Int16
指定的视口索引。

请参见