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 6.0]
Sub CreateSelectionBarriers(
    selectionBarriers As ISelectionSetBarriers _
)
[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

Example

INetworkAnalysisExtBarriers_Example

 


Feedback Send feedback on this page