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


IEdgeFlagDisplay Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IE > IEdgeFlagDisplay Interface
ArcGIS Developer Help

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

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

Classes that implement IEdgeFlagDisplay

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 | IFlagDisplay Interface | IJunctionFlagDisplay Interface | INetworkAnalysisExtFlags Interface

.NET Samples

Custom upstream trace task