Skip to main content

C2xGetNumberOfRoutePoints

Valid for: CANoe DE

Function Syntax

long C2xGetNumberOfRoutePoints (char* routeName)

Description

Retrieve the number of points of the route specified by routename.

Parameters

  • routeName: Name of the route

Return Values

  • -1: Route not available or failure
  • >0: Number of route points

Example