Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
GetGroundTruthObjects
CAPL Functions » ADAS » GetGroundTruthObjects
Valid for: CANoe DE
Note: This CAPL function is also available in C#.
Function Syntax
C#
ADAS.GroundTruthObject_List GetGroundTruthObjects.Call();
CAPL
ADAS.GroundTruthObject_List GetGroundTruthObjects.Call();
Description
Gets all ground truth objects as string-array.
Parameters
—
Return Values
A string array containing all available ground truth objects.
Example
In the examples it is assumed in each case that a DO object of the type IGroundTruthAccess was created.
CAPL
ADAS.GroundTruthObject_List = GroundTruthAccess.GetGroundTruthObjects().Call();
ADAS.GroundTruthObject_List = GroundTruthAccess.GetGroundTruthObjects().Call();