ArcObjects Library Reference (NetworkAnalyst)  

INATimeAwareSolverSettings.TimeOfDayUsage Property

The usage type for the TimeOfDay property.

[Visual Basic .NET]
Public Property TimeOfDayUsage As esriNATimeOfDayUsage
[C#]
public esriNATimeOfDayUsage TimeOfDayUsage {get; set;}
[C++]
HRESULT get_TimeOfDayUsage(
  esriNATimeOfDayUsage* TimeOfDayUsage
);
[C++]
HRESULT put_TimeOfDayUsage(
  esriNATimeOfDayUsage TimeOfDayUsage
);
[C++]

Parameters

TimeOfDayUsage [out, retval]

  TimeOfDayUsage is a parameter of type esriNATimeOfDayUsage

TimeOfDayUsage [in]

  TimeOfDayUsage is a parameter of type esriNATimeOfDayUsage

Product Availability

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

See Also

INATimeAwareSolverSettings Interface

.NET Samples

ArcGIS Network Analyst extension Engine application (Code Files: frmNALayerProperties)