SUPPORT CENTER

PC*MILER


PC*MILER|Connect APIs, H-R

PCMSMatrixClear
Syntax  int PCMSMatrixClear() Parameters  None Description Deletes all stops from the trip matrix. Any data previously calculated for this matrix...
Mon, 5 Feb, 2018 at 9:25 PM
PCMSMatrixGetCell
Syntax  int PCMSMatrixGetCell(long origIndex, long destIndex, int rptType, char *pBuffer, int bufSize)   Parameters  long origIndex – The index of the o...
Mon, 5 Feb, 2018 at 9:33 PM
PCMSMatrixGetCell2
Syntax  int PCMSMatrixGetCell(long origIndex, long destIndex, int rptType, char *pBuffer, int bufSize, int hourIndex)   Parameters  long origIndex – The...
Mon, 5 Feb, 2018 at 9:42 PM
PCMSMatrixGetDepartTimeCount
Syntax  int PCMSMatrixGetDepartTimeCount () Parameters  None Description Gets the count of depart times for the route matrix. Return Values  ...
Mon, 5 Feb, 2018 at 9:42 PM
PCMSMatrixGetStopCount
Syntax  int PCMSMatrixGetStopCount() Parameters  None Description Gets the number of stops that are currently part of the trip matrix. Return...
Tue, 6 Feb, 2018 at 12:58 PM
PCMSMatrixSetComputeTollandStateMiles
Syntax  int PCMSMatrixSetComputeTollandStateMiles (bool setTolls) Parameters  bool setTolls – Set to True to specify that toll dollars by state should...
Tue, 6 Feb, 2018 at 1:05 PM
PCMSMatrixSetComputeTollDollars
Syntax  int PCMSMatrixSetComputeTollDollars (bool setTolls) Parameters  bool setTolls – Set to True to specify that toll dollars should be generated ...
Tue, 6 Feb, 2018 at 1:02 PM
PCMSMatrixSetDepartDayAndTime
Syntax  int PCMSMatrixSetDepartDayAndTime(int day, unsigned long hour, unsigned long min) Parameters  int day –  The day of week. unsigned long hour ...
Fri, 2 Feb, 2018 at 7:02 PM
PCMSMatrixSetMaxAirMiles
Syntax int PCMSMatrixSetMaxAirMiles (long airMiles) Parameters long airMiles – The air miles threshold between two stops. Description Specifies a...
Fri, 9 Feb, 2018 at 2:10 PM
PCMSMatrixSetOptions
Syntax  int PCMSMatrixSetOptions(Trip trip) Parameters  Trip trip – Handle to a trip. Description Sets the routing parameters used when calculat...
Fri, 2 Feb, 2018 at 7:11 PM