Click or drag to resize

DataProviderValue(DataProviderValueDescription, Double) Constructor

Initializes a new instance of the DataProviderValue class.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public DataProviderValue(
	DataProviderValueDescription description,
	double value
)

Parameters

description  DataProviderValueDescription
The value description.
value  Double
The value.
See Also