Click or drag to resize

PluginCommandValueType Enumeration

Defines value types that a command can receive.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public enum PluginCommandValueType
Members
Member nameValueDescription
NoValue0 The command does not take a value.
Number1 A numerical value, internally a Double.
Text2 A text, internally a String
Bool3 A boolean value, internally a Boolean
See Also