从此图层集合中删除一个指定索引的图层。删除成功则返回 true。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public bool Remove( int index ) |
参数
- index
- Type: System..::.Int32
要删除的图层的索引。
返回值
删除成功则返回 true,否则返回 false。示例
请参见 Layers 类中的示例。