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