在此图层集合中从指定索引开始删除指定个数的图层。返回删除的图层个数。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public int RemoveRange( int startIndex, int count ) |
参数
- startIndex
- Type: System..::.Int32
要删除的图层的起始索引。
- count
- Type: System..::.Int32
要删除的图层个数。