GeometryCollection.AddRange
GeometryCollection.AddRange method
Adds the specified geometries to the collection.
public void AddRange(IEnumerable<IGeometry> geometries)
| Parameter | Type | Description |
|---|---|---|
| geometries | IEnumerable`1 | The geometries to add. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | The argument is null. |
| ArgumentException | The collection does not accept geometries of this type. |
See Also
- interface IGeometry
- class GeometryCollection
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS