ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirection.ManeuverPoint Property

The maneuver point of the item.

[Visual Basic .NET]
Public ReadOnly Property ManeuverPoint As IPoint
[C#]
public IPoint ManeuverPoint {get;}
[C++]
HRESULT get_ManeuverPoint(
  IPoint** Point
);
[C++]

Parameters

Point [out, retval]

  Point is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

ManeuverPoint returns the point of the turn of the direction.

See Also

INAStreetDirection Interface