把地形图层集合中的某一地形图层移动到指定序号处。

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

语法

C#
public bool MoveTo(
	int sourceIndex,
	int targetIndex
)

参数

sourceIndex
Type: System..::.Int32
指定的地形图层对象移动之前的序号。
targetIndex
Type: System..::.Int32
指定的地形图层对象移动的目标序号。

返回值

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

请参见