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