This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStreetDirectionsAgent Interface > INAStreetDirectionsAgent.DisplayTime Property (ArcObjects .NET 10.4 SDK) |
Indicates if time is displayed in directions.
[Visual Basic .NET] Public Property DisplayTime As Boolean
[C#] public bool DisplayTime {get; set;}
[C++]
HRESULT get_DisplayTime(
VARIANT_BOOL* display
);
[C++]
HRESULT put_DisplayTime(
VARIANT_BOOL display
);
[C++]
Parameters display [out, retval] display is a parameter of type VARIANT_BOOL display [in] display is a parameter of type VARIANT_BOOL
DisplayTime indicates if the direction driving time should be displayed or not.