Indicator interface that identifies the junction flags on the network.
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 and Classes | Description |
|---|---|
| JunctionFlag | A container for defining a network flag on a junction element for a trace flow solver. |
For more information on network flags see the NetFlag object.
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.
IEdgeFlag Interface | INetFlag Interface | IJunctionFlag Interface