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