ArcObjects Library Reference  (NetworkAnalyst)    

INARouteSolver2.UseStartTime Property

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

[Visual Basic 6.0]
Property UseStartTime As Boolean
[Visual Basic .NET]
Public Property UseStartTime As Boolean
[C#]
public bool UseStartTime {get; set;}
[Java]
public boolean isUseStartTime()
throws
    IOException,
    AutomationException
[Java]
public void setUseStartTime(
boolean UseStartTime
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_UseStartTime(
  VARIANT_BOOL* Value
);
[C++]
HRESULT put_UseStartTime(
  VARIANT_BOOL Value

);

[C++]

Parameters

Value [out, retval]

  Value is a parameter of type VARIANT_BOOL

Value [in]

  Value is a parameter of type VARIANT_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