ArcObjects Library Reference (DataSourcesFile)  

ISMTripPlanSettings.RestBreaksEnable Property

Indicates whether periodic rest breaks are enabled.

[Visual Basic .NET]
Public Property RestBreaksEnable As Boolean
[C#]
public bool RestBreaksEnable {get; set;}
[C++]
HRESULT get_RestBreaksEnable(
  VARIANT_BOOL* pVal
);
[C++]
HRESULT put_RestBreaksEnable(
  VARIANT_BOOL pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type VARIANT_BOOL pVal [in]   pVal is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the periodic rest breaks property that the route may require during the drive day.

Remarks

Sets the RestBreaksEnable property to True if you want to have periodic rest breaks. You can set the rest duration using the RestDuration property.

See Also

ISMTripPlanSettings Interface