将指定序号的两个子项进行位置交换。
命名空间:
SuperMap.Realspace程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public bool ExchangeItem( int index1, int index2 ) |
参数
- index1
- Type: System..::.Int32
指定交换的第一个子项的序号。
- index2
- Type: System..::.Int32
指定交换的第二个子项的序号。