This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryCollection Interface > IGeometryCollection.AddGeometryCollection Method (ArcObjects .NET 10.4 SDK) |
Adds references to geometries in the input collection.
[Visual Basic .NET] Public Sub AddGeometryCollection ( _ ByVal newGeometries As IGeometryCollection _ )
[C#] public void AddGeometryCollection ( IGeometryCollection newGeometries );
[C++]
HRESULT AddGeometryCollection(
IGeometryCollection* newGeometries
);
[C++]
Parameters newGeometries
newGeometries is a parameter of type IGeometryCollection
Adds references of all of the parts of the input GeometryCollection to the end of the current GeometryCollection.