Click or drag to resize

PluginCommandSetupValueDescription Method

Setup the value description texts of the command.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public void SetupValueDescription(
	string displayName,
	string description,
	string unit
)

Parameters

displayName  String
A display name.
description  String
A description.
unit  String
A unit.
See Also