ArcObjects Library Reference (NetworkAnalysis)  

INetSolver.SelectionSetBarriers Property

Selection set barriers to be used in this solver.

[Visual Basic .NET]
Public WriteOnly Property SelectionSetBarriers
[C#]
public void SelectionSetBarriers {set;}
[C++]
HRESULT putref_SelectionSetBarriers(
  ISelectionSetBarriers* 
);
[C++]

Parameters

[in]

   is a parameter of type ISelectionSetBarriers

Product Availability

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

See Also

INetSolver Interface