ArcObjects Library Reference (NetworkAnalysis)  

IEdgeFlagDisplay Interface

Provides access to members that return and set the properties that are specific to edge flags.

Product Availability

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

When To Use

Use the IEdgeFlagDisplay interface to specify how far along an edge feature the edge flag is located. The value can be a number between 0 and 1. A value of 0 means the flag will be located close to the FROM junction of an edge. A value of 1 means it will be located close to the TO junction of an edge.

Members

Description
Read/write property Percentage Position of the flag along the edge element.

CoClasses that implement IEdgeFlagDisplay

CoClasses and Classes Description
EdgeFlagDisplay A container for defining and displaying a network flag or barrier on an edge feature of a network.

See Also

IEdgeFlagDisplay Interface | IJunctionFlagDisplay Interface | IFlagDisplay Interface | INetworkAnalysisExtFlags Interface

.NET Samples

Custom upstream trace task (Code Files: CustomUpstreamTraceTaskVBNet)