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


ISMTripPlanSettings.DriveBetweenRest Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMTripPlanSettings.DriveBetweenRest Property

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

Product Availability

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

Description

Returns the amount of time (in minutes) to drive between rest breaks.

See Also

ISMTripPlanSettings Interface