根据给定的参数构造一个新的 LayerRemovedEventArgs 对象。

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

语法

C#
public LayerRemovedEventArgs(
	Layer layer,
	string name,
	int index,
	LayerGroup parentGroup,
	bool isLayerGroup
)

参数

layer
Type: SuperMap.Mapping..::.Layer
当前操作的图层。
name
Type: System..::.String
当前图层名称。
index
Type: System..::.Int32
图层索引值。
parentGroup
Type: SuperMap.Mapping..::.LayerGroup
图层所在的分组图层。
isLayerGroup
Type: System..::.Boolean
当前图层是否为分组图层类型。

版本信息

SuperMap iObjects .NET


请参见