根据给定的参数构造一个LayerActionEventArgs新对象。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public LayerActionEventArgs( Layer layer, int index, LayerGroup parentGroup, bool isLayerGroup ) |
参数
- layer
- Type: SuperMap.Mapping..::.Layer
指定的图层。
- index
- Type: System..::.Int32
指定的图层的索引值。
- parentGroup
- Type: SuperMap.Mapping..::.LayerGroup
指定图层所在的分组图层。
- isLayerGroup
- Type: System..::.Boolean
指定该图层是否为分组图层类型。