Skip to main content

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();

C#

ADAS.GroundTruthObject_List = GroundTruthAccess.GetGroundTruthObjects().Call();