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


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

INARouteSolver2.UseStartTime Property

Indicates if the solver should start the route at a particular time.

[Visual Basic .NET]
Public Property UseStartTime As Boolean
[C#]
public bool UseStartTime {get; set;}
[C++]
HRESULT get_UseStartTime(
  VARIANT_BOOL Value
);
[C++]
HRESULT put_UseStartTime(
  Boolean* Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type bool Value [out, retval]
Value is a parameter of type bool*

Product Availability

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

Remarks

UseStartTime specifies whether or not you want the solver to track the start time of the route.  This property is used in conjunction with StartTime, which specifies the actual start time.

See Also

INARouteSolver2 Interface

.NET Samples

ArcGIS Network Analyst extension Engine application