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


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

INAStreetDirectionsAgent3.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

INAStreetDirectionsAgent3 Interface