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


ISMTripPlanSettings.DriveFlexibility Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMTripPlanSettings Interface > ISMTripPlanSettings.DriveFlexibility Property
ArcGIS Developer Help

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(
void
);
[C++]
HRESULT put_DriveFlexibility(
);

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