The maneuver type.
[Visual Basic .NET] Public ReadOnly Property ManeuverType As esriDirectionsManeuverType
[C#] public esriDirectionsManeuverType ManeuverType {get;}
[C++]
HRESULT get_ManeuverType(
esriDirectionsManeuverType* Type
);
[C++]Parameters
Type [out, retval]Type is a parameter of type esriDirectionsManeuverType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
ManeuverType returns the type of maneuver that the direction represents.
The esriDirectionsManeuverType enumeration has the following values:
- esriDMTUnknown - This indicates an unknown type of maneuver.
- esriDMTStop - This indicates a direction at a stop.
- esriDMTStraight - Go straight.
- esriDMTBearLeft - Bear left.
- esriDMTBearRight - Bear right.
- esriDMTTurnLeft - Turn left.
- esriDMTTurnRight - Turn right.
- esriDMTSharpLeft - Make a sharp left turn.
- esriDMTSharpRight - Make a sharp right turn.
- esriDMTUTurn - Make a U-turn.
- esriDMTFerry - Arrive at a ferry.
- esriDMTRoundabout - Enter a traffic circle.
- esriDMTHighwayMerge - Merge onto a highway.
- esriDMTHighwayExit - Exit a highway.
- esriDMTHighwayChange - The highway changes name.
- esriDMTForkCenter - Go through the center fork.
- esriDMTForkLeft - Fork left.
- esriDMTForkRight - Fork right.
- esriDMTDepart - Depart a stop.
- esriDMTTripItem - Trip item.
- esriDMTEndOfFerry - Depart a ferry.