获取指定索引处的对象在指定视口的可见性。

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

语法

C#
public bool GetObjVisibleInViewport(
	int objIndex,
	short viewPortIndex
)

参数

objIndex
Type: System..::.Int32
指定索引处的对象。
viewPortIndex
Type: System..::.Int16
指定的视口索引。

返回值

true 表示指定索引处的对象在该视口为可见,否则返回 false。

请参见