移除动态图层中指定名称的对象。

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

语法

C#
public bool Remove(
	string tag
)

参数

tag
Type: System..::.String
指定的要移除的对象的名称。

返回值

移除成功返回true;移除失败返回false。

请参见