将指定序号的两个子项进行位置交换。

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

语法

C#
public bool ExchangeItem(
	int index1,
	int index2
)

参数

index1
Type: System..::.Int32
指定交换的第一个子项的序号。
index2
Type: System..::.Int32
指定交换的第二个子项的序号。

返回值

一个布尔值,如果两个子项交换成功,返回 true; 否则返回 false。

请参见