移除动态图层中指定名称的对象。继承自DynamicLayer,与此类无关。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public bool Remove( string tag ) |
参数
- tag
- Type: System..::.String
指定的要移除的对象的名称。
C# |
---|
public bool Remove( string tag ) |