交换当前字段信息集合中两个指定序号的字段信息对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public void Exchange( int index1, int index2 ) |
参数
- index1
- Type: System..::.Int32
其中一个需要交换的字段信息对象序号。
- index2
- Type: System..::.Int32
另一个需要交换的字段信息的序号。