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


INAStreetDirection.ManeuverPoint Property (ArcObjects .NET 10.6 SDK)
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