MeasurementResultGetData Method

Obtains the MeasurementData for a known key

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
C#
public MeasurementData GetData(
	string key
)

Parameters

key  String
a data key contained in this measurement result

Return Value

MeasurementData
the MeasurementData for the key

Remarks

If the key does not exist, the MeasurementData will be null

See Also