This document is archived and information here might be outdated.  Recommended version.


IGeometryCollection.AddGeometryCollection Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IGeometryCollection.AddGeometryCollection Method

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

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.

See Also

IGeometryCollection Interface

.NET Samples

3D multipatch examples (Code Files: GeometryUtilities)