向图层集合中指定索引位置添加一个分组图层。

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

语法

C#
public LayerGroup InsertGroup(
	int index,
	string groupName
)

参数

index
Type: System..::.Int32
指定要插入到的索引位置。
groupName
Type: System..::.String
指定分组图层的名称。

返回值

返回添加到图层集合中的分组图层。

版本信息

SuperMap iObjects .NET

受以下版本支持: 7.1.0, 7.1.1, 7.1.2

请参见