ArcObjects Library Reference (NetworkAnalysis)  

IEdgeFlag.Position Property

Position of the flag along the edge.

[Visual Basic .NET]
Public Property Position As Single
[C#]
public float Position {get; set;}
[C++]
HRESULT get_Position(
  float* Position
);
[C++]
HRESULT put_Position(
  float Position
);
[C++]

Parameters

Position [out, retval]   Position is a parameter of type float Position [in]   Position is a parameter of type float

Product Availability

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

Remarks

When you set the position you specify the percent along the edge you want the flag to be placed from the FROM junction of the edge.

See Also

IEdgeFlag Interface