ArcObjects Library Reference (NetworkAnalyst)  

INACompactStreetDirection.ManeuverType Property

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:

See Also

INACompactStreetDirection Interface