ArcObjects Library Reference (NetworkAnalysis)  

ISelectionSetBarriers.Add Method

Adds a network feature to the set of barriers.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal UserClassID As Integer, _
    ByVal UserID As Integer _
)
[C#]
public void Add (
    int UserClassID,
    int UserID
);
[C++]
HRESULT Add(
  long UserClassID,
  long UserID
);
[C++]

Parameters

UserClassID [in]   UserClassID is a parameter of type long UserID [in]   UserID is a parameter of type long

Product Availability

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

See Also

ISelectionSetBarriers Interface