向当前分组图层中的指定位置插入新的图层。如果指定的图层属于其他分组,则将从原分组移动到当前分组。

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

语法

C#
public virtual void Insert(
	int index,
	Layer layer
)

参数

index
Type: System..::.Int32
指定的索引值,新图层将插入到该位置。
layer
Type: SuperMap.Mapping..::.Layer
指定的要插入的新图层。

请参见