Click or drag to resize

IKpiRecorderRecord(IEnumerableString, IEnumerableObject) Method

Record a collection of KPI values.

Namespace: Demo3D.TestRunner.KpiRecorders
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
void Record(
	IEnumerable<string> kpiNames,
	IEnumerable<Object?> values
)

Parameters

kpiNames  IEnumerableString
The name of the KPI
values  IEnumerableObject
The value of the KPI
Remarks
The kpiNames are mapped to the values in order so the first string in kpiNames will be mapped against the first object in values.
See Also