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