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
newGeometriesnewGeometries is a parameter of type IGeometryCollection
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Adds references of all of the parts of the input GeometryCollection to the end of the current GeometryCollection.