ArcObjects Library Reference  (NetworkAnalysis)    

IEdgeFlag.Position Property

Position of the flag along the edge.

[Visual Basic 6.0]
Property Position As Single
[Visual Basic .NET]
Public Property Position As Single
[C#]
public float Position {get; set;}
[Java]
public Single getPosition()
throws
    IOException,
    AutomationException
[Java]
public void setPosition(
Single Position
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page