This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBarrierCollection Interface > IBarrierCollection.Add Method (ArcObjects .NET 10.4 SDK) |
Adds the specified item to the collection.
[Visual Basic .NET] Public Sub Add ( _ ByVal Barriers As IGeometryCollection, _ ByVal Weight As esriBasicOverposterWeight _ )
[C#] public void Add ( IGeometryCollection Barriers, esriBasicOverposterWeight Weight );
[C++]
HRESULT Add(
IGeometryCollection* Barriers,
esriBasicOverposterWeight Weight
);
[C++]
Parameters Barriers [in]
Barriers is a parameter of type IGeometryCollection Weight [in]
Weight is a parameter of type esriBasicOverposterWeight