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


IEdgeFlagDisplay.Percentage Property (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 > IEdgeFlagDisplay.Percentage Property
ArcGIS Developer Help

IEdgeFlagDisplay.Percentage Property

Position of the flag along the edge element.

[Visual Basic .NET]
Public Property Percentage As Double
[C#]
public double Percentage {get; set;}
[C++]
HRESULT get_Percentage(
  System.Double* Percentage
);
[C++]
HRESULT put_Percentage(
  double Percentage
);
[C++]
Parameters
Percentage [out, retval]

Percentage is a parameter of type double* Percentage [in]
Percentage is a parameter of type double

Product Availability

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

Remarks

The Percentage property specifies the percentage along the feature, measured from the start node of the feature's geometry, at which the flag is located.
The percentage can be a value between 0 and 1.

See Also

IEdgeFlagDisplay Interface