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


IBarrierCollection.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBarrierCollection Interface > IBarrierCollection.Add Method
ArcGIS Developer Help

IBarrierCollection.Add Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBarrierCollection Interface