ArcObjects Library Reference (DataSourcesFile)  

ISMTripPlanSettings.RestDuration Property

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

Product Availability

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

Description

Returns the duration of the rest break in minutes.

See Also

ISMTripPlanSettings Interface