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)