Syntax
int PCMSSetRoutingProfileName(Trip trip, const char *profileName)
Parameters
Trip trip – Handle to a trip.
const char *profileName – The name assigned to the route profile when it was created in PC*MILER.
Description
Applies a Route Profile created in PC*MILER to the current trip.
Return Values
Returns -1 on error. “Profile not found” error message will write to the log file if input name is not a valid route profile name.
Supported Since: PC*MILER|Connect 30
Category: Route Profiles