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


INetworkAnalysisExtBarriers.CreateSelectionBarriers Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExtBarriers Interface > INetworkAnalysisExtBarriers.CreateSelectionBarriers Method
ArcGIS Developer Help

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