设置多视口下对应的操作类型。

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

语法

C#
public void SetOperationViewportIndex(
	OperationMode type,
	int[] index
)

参数

type
Type: SuperMap.Realspace..::.OperationMode
指定操作模式,包括压平、裁剪、镶嵌、挖洞。
index
Type: array< System..::.Int32 >[]()[]
指定的视口索引集合。

请参见