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


INAStreetDirection.ManeuverPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStreetDirection Interface > INAStreetDirection.ManeuverPoint Property
ArcGIS Developer Help

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