根据给定的参数构造一个新的 LayerGroupAddedEventArgs 对象。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public LayerGroupAddedEventArgs( LayerGroup addedGroup, LayerGroup parentGroup, int index ) |
参数
- addedGroup
- Type: SuperMap.Mapping..::.LayerGroup
添加的分组图层。
- parentGroup
- Type: SuperMap.Mapping..::.LayerGroup
添加的分组图层所在的分组。
- index
- Type: System..::.Int32
分组图层的索引。