从图层集合中移除指定的图层。

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

语法

C#
public bool Remove(
	Layer layer
)

参数

layer
Type: SuperMap.Mapping..::.Layer
指定的要移除的图层。

返回值

成功返回true;否则返回false。

请参见