 | ICompreDriveWCFCallPluginCommandNumber Method |
Call a command defined by one of the loaded plugins.
Namespace: CompreDriveSDK.WCFAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxbool CallPluginCommandNumber(
string plugin,
string command,
double value
)
Function CallPluginCommandNumber (
plugin As String,
command As String,
value As Double
) As Boolean
Parameters
- plugin String
- The display name of the plugin to use.
- command String
- The name of the command defined by the given plugin.
- value Double
- The value to pass to the command call.
Return Value
BooleanTrue if executed successfully, false if not.
RemarksIf multiple plugins share the same display name, the first found plugin is used.
See Also