插入图层到当前分组,如果图层属于其他分组,则将从原分组移动到当前分组。

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

语法

C#
public void Insert(
	int index,
	Layer3D layer
)

参数

index
Type: System..::.Int32
指定图层索引。
layer
Type: SuperMap.Realspace..::.Layer3D
指定图层对象。

请参见