ArcObjects Library Reference (DataSourcesFile)  

ISMTripPlanSettings.DriveFlexibility Property

Amount of driving time allowed after the DayDriveEnd time is reached.

[Visual Basic .NET]
Public Property DriveFlexibility As Short
[C#]
public short DriveFlexibility {get; set;}
[C++]
HRESULT get_DriveFlexibility(
  short* pVal
);
[C++]
HRESULT put_DriveFlexibility(
  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 time (in minutes) that driving is allowed after the Drive End Time.

Remarks

DriveFlexibility sets an additional time interval (in minutes) after drive day end that may be spent to reach the stop.

See Also

ISMTripPlanSettings Interface