ArcObjects Library Reference (NetworkAnalyst)  

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(
  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

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