将指定的多个路由点对象添加到此路由点集合中,从指定的序号开始依次添加。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public int InsertRange( int index, PointM[] pointMs ) |
参数
- index
- Type: System..::.Int32
添加对象的起始序号。
- pointMs
- Type: array<
SuperMap.Data..::.PointM
>[]()[]
要添加的多个路由点对象。