ArcObjects Library Reference (NetworkAnalysis)  

SelectionSetBarriers CoClass

A container for defining to the NetSolver which network elements to treat as barriers.

Product Availability

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

Description

The SelectionSetBarriers object contains a reference to the selected features on the current network.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
ISelectionSetBarriers Provides access to members that specify a set of barriers for the TraceFlowSolver object.

Remarks

A SelectionSetBarriers object is used to specify selection set barriers for the TraceFlowSolver object. Because SelectionSetBarriers objects are co-creatable, you can use this class to specify barriers using code. Alternatively, by calling INetworkAnalysisExtBarriers::CreateSelectionBarriers, you can create a SelectionSetBarriers object based on the selected features and the SelectionSemantics property on the Utility Network Analysis extension.

See Also

UtilityNetworkAnalysisExt Class