Method AddPoints
AddPoints(IEnumerable<MapPoint>)
Adds a collection of points to the end of this point collection.
Declaration
public void AddPoints(IEnumerable<MapPoint> points)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<MapPoint> | points | The points to be added. |
Remarks
The SpatialReference of given points must be either null
or compatible with the SpatialReference of this collection.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |