Click or drag to resize

IMultiDataProviderRetrieveValues Method

Retrieve the values and set them to the Value fields of the DataProviderValue objects in the given list.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
void RetrieveValues(
	IReadOnlyList<DataProviderValue> valueList
)

Parameters

valueList  IReadOnlyListDataProviderValue
The input list of values that should be populated.
Remarks
The list contains the same elements as once defined by the ValueDescriptions property. The ValueDescriptions property is only read once and then buffered by CompreDriveControl. This is done for consistence and avoiding potential naming conflices.
See Also