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


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

INAStreetDirectionsAgent.DisplayTime Property

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(
  Boolean* display
);
[C++]
HRESULT put_DisplayTime(
  VARIANT_BOOL display
);
[C++]
Parameters
display [out, retval]

display is a parameter of type bool* display [in]
display is a parameter of type bool

Product Availability

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

Remarks

DisplayTime indicates if the direction driving time should be displayed or not.

See Also

INAStreetDirectionsAgent Interface