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


INetworkAnalysisExtBarriers.JunctionBarrier Property (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.JunctionBarrier Property
ArcGIS Developer Help

INetworkAnalysisExtBarriers.JunctionBarrier Property

Junction barrier on the current network by index.

[Visual Basic .NET]
Public Function get_JunctionBarrier ( _
    ByVal index As Integer _
) As IJunctionFlagDisplay
[C#]
public IJunctionFlagDisplay get_JunctionBarrier (
    int index
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAnalysisExtBarriers Interface