将此图层集合中的指定索引的图层移动到指定目的索引。

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

语法

C#
public bool MoveTo(
	int srcIndex,
	int desIndex
)

参数

srcIndex
Type: System..::.Int32
要移动图层的索引。
desIndex
Type: System..::.Int32
图层要移动到的目的索引。

返回值

移动成功返回true,否则返回false。

请参见