Click or drag to resize

ICommandAcceptorExecuteCommand Method

Execute the given command.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
PluginCommandResult ExecuteCommand(
	PluginCommand command
)

Parameters

command  PluginCommand
The command to execute.

Return Value

PluginCommandResult
The result of executing the command.
See Also