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


INACompactStreetDirectionsAgent2.OutputType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INACompactStreetDirectionsAgent2.OutputType Property

Output type to use when generating directions.

[Visual Basic .NET]
Public Property OutputType As esriDirectionsOutputType
[C#]
public esriDirectionsOutputType OutputType {get; set;}
[C++]
HRESULT get_OutputType(
  esriDirectionsOutputType* pOutputType
);
[C++]
HRESULT put_OutputType(
  esriDirectionsOutputType pOutputType
);
[C++]

Parameters pOutputType [out, retval]
pOutputType is a parameter of type esriDirectionsOutputType pOutputType [in]
pOutputType is a parameter of type esriDirectionsOutputType

Product Availability

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

See Also

INACompactStreetDirectionsAgent2 Interface