This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStreetDirection Interface > INAStreetDirection.ManeuverPoint Property (ArcObjects .NET 10.5 SDK) |
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
ManeuverPoint returns the point of the turn of the direction.