ArcGIS Developer Help  (NetworkAnalysis)    

IJunctionFlag Interface

Indicator interface that identifies the junction flags on the network.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

When To Use

Junction flags are the beginning points of traces on junction feature in a network. Use the IJunctionFlag interface to create a flag on a junction element in your network.

CoClasses that implement IJunctionFlag

CoClasses and Classes Description
JunctionFlag A container for defining a network flag on a junction element for a trace flow solver.

Remarks

For more information on network flags see the NetFlag object.

[Visual Basic 6.0]

Use the following code to create a junction flag on a junction:

Dim pJunctionFlag As INetFlag 
Set pJunctionFlag = New JunctionFlag
pJunctionFlag.UserClassID = lUserClassID
pJunctionFlag.UserID = lUserID
pJunctionFlag.UserSubID = lUserSubID

To create a flag on an edge element use the EdgeFlag object.

See Also

IEdgeFlag Interface | INetFlag Interface | IJunctionFlag Interface

 


Feedback Send feedback on this page