This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMTripPlanSettings Interface > ISMTripPlanSettings.DriveBetweenRest Property (ArcObjects .NET 10.4 SDK) |
Driving time between rest breaks in minutes.
[Visual Basic .NET] Public Property DriveBetweenRest As Short
[C#] public short DriveBetweenRest {get; set;}
[C++]
HRESULT get_DriveBetweenRest(
short* pVal
);
[C++]
HRESULT put_DriveBetweenRest(
short pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type short pVal [in] pVal is a parameter of type short
Returns the amount of time (in minutes) to drive between rest breaks.