从此图层集合中删除一个指定名称的图层。删除成功则返回 true。

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

语法

C#
public bool Remove(
	string name
)

参数

name
Type: System..::.String
要删除图层的名称。

返回值

删除成功则返回 true,否则返回false。

请参见