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


INetworkAnalysisExtBarriers.CreateSelectionBarriers Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (EditorExt)  

INetworkAnalysisExtBarriers.CreateSelectionBarriers Method

Returns a SelectionSetBarriers object corresponding to the currently selected features in the current network and the SelectionSemantics property.

[Visual Basic .NET]
Public Sub CreateSelectionBarriers ( _
    ByRef selectionBarriers As ISelectionSetBarriers _
)
[C#]
public void CreateSelectionBarriers (
    ref ISelectionSetBarriers selectionBarriers
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAnalysisExtBarriers Interface