ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirection3.ManeuverType Property

The maneuver type of the item.

[Visual Basic .NET]
Public ReadOnly Property ManeuverType As esriDirectionsManeuverType
[C#]
public esriDirectionsManeuverType ManeuverType {get;}
[C++]
HRESULT get_ManeuverType(
  esriDirectionsManeuverType* pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type esriDirectionsManeuverType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

INAStreetDirection3 Interface