ArcObjects Library Reference (NetworkAnalyst)  

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