从分组图层中移除指定索引值的图层。如果移除的图层为一个分组图层,将会删除该分组图层内的所有成员。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public virtual void Remove( int index ) |
参数
- index
- Type: System..::.Int32
指定的要移除的图层的索引值。
C# |
---|
public virtual void Remove( int index ) |