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


INetworkAnalysisExtFlags.JunctionFlag Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (EditorExt)  

INetworkAnalysisExtFlags.JunctionFlag Property

Junction flag on the current network by index.

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

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAnalysisExtFlags Interface

.NET Samples

Custom upstream trace task (Code Files: CustomUpstreamTraceTaskVBNet)