将指定的多个点对象添加到此点集合对象的末尾。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public int AddRange( Point2D[] points ) |
参数
- points
- Type: array<
SuperMap.Data..::.Point2D
>[]()[]
要添加到此点集合对象中的多个点对象。
C# |
---|
public int AddRange( Point2D[] points ) |