将此点集合对象中从指定序号开始的指定个数的多个点对象删除。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public int RemoveRange( int index, int count ) |
参数
- index
- Type: System..::.Int32
删除对象的起始序号。
- count
- Type: System..::.Int32
要删除的点对象的个数。
C# |
---|
public int RemoveRange( int index, int count ) |