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


IGeometryCollection.AddGeometryCollection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryCollection Interface > IGeometryCollection.AddGeometryCollection Method
ArcGIS Developer Help

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