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


ISMTripPlanSettings.RestBreaksEnable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMTripPlanSettings Interface > ISMTripPlanSettings.RestBreaksEnable Property
ArcGIS Developer Help

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(
void
);
[C++]
HRESULT put_RestBreaksEnable(
);

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