This document is archived and information here might be outdated. Recommended version. |
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