 | PluginCommandSetupValueDescription Method |
Setup the value description texts of the command.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxpublic void SetupValueDescription(
string displayName,
string description,
string unit
)
Public Sub SetupValueDescription (
displayName As String,
description As String,
unit As String
)
Parameters
- displayName String
- A display name.
- description String
- A description.
- unit String
- A unit.
See Also