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


INetSolver.SelectionSetBarriers Property (ArcObjects .NET 10.5 SDK)
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