ArcObjects Library Reference (Carto)  

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