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


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

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