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


ISMTripPlanSettings Interface (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
ArcGIS Developer Help

ISMTripPlanSettings Interface

Deprecated as of 10.1. Provides access to the trip planning settings.

Product Availability

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

Description

Trip planning settings interface for controlling time intervals for driving, for rest, stop durations, and so on.

Members

Name Description
Read/write property DayDriveEnd Time from midnight when driving must stop every day.
Read/write property DayDriveStart Time from midnight when driving must start every day.
Read/write property DriveBetweenRest Driving time between rest breaks in minutes.
Read/write property DriveFlexibility Amount of driving time allowed after the DayDriveEnd time is reached.
Read/write property RestBreaksEnable Indicates whether periodic rest breaks are enabled.
Read/write property RestDuration The duration of rest breaks in minutes.
Read/write property TripPlanningEnable Indicates whether trip planning is enabled.
Read/write property TripStart The start date of the trip.

Classes that implement ISMTripPlanSettings

Classes Description
SMTripPlanSettings Deprecated as of 10.1. The object that controls trip plan settings.