Click or drag to resize

DataProviderValueDescription Constructor

Initializes a new instance of the DataProviderValueDescription class.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public DataProviderValueDescription(
	string name,
	string unit
)

Parameters

name  String
The name.
unit  String
The unit.
See Also