This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMTripPlanSettings Interface > ISMTripPlanSettings.RestDuration Property (ArcObjects .NET 10.4 SDK) |
The duration of rest breaks in minutes.
[Visual Basic .NET] Public Property RestDuration As Short
[C#] public short RestDuration {get; set;}
[C++]
HRESULT get_RestDuration(
short* pVal
);
[C++]
HRESULT put_RestDuration(
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 duration of the rest break in minutes.