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