获取当前三维图层在指定视口的可见性。

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

语法

C#
public bool GetVisibleInViewport(
	short index
)

参数

index
Type: System..::.Int16
指定的视口索引。

返回值

true表示可见,否则为false。

请参见