This document is archived and information here might be outdated. Recommended version. |
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.