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

命名空间:  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。

请参见