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


INetworkAnalysisExtBarriers.CreateElementBarriers 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.CreateElementBarriers Method
ArcGIS Developer Help

INetworkAnalysisExtBarriers.CreateElementBarriers Method

Returns a NetElementBarriers object corresponding to the barriers added to the current network.

[Visual Basic .NET]
Public Sub CreateElementBarriers ( _
    ByRef junctionBarriers As INetElementBarriers, _
    ByRef edgeBarriers As INetElementBarriers _
)
[C#]
public void CreateElementBarriers (
    ref INetElementBarriers junctionBarriers,
    ref INetElementBarriers edgeBarriers
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAnalysisExtBarriers Interface