Click or drag to resize

PluginCommandResult(PluginCommandState, String, Object) Constructor

Initializes a new instance of the PluginCommandResult class.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.19.1
Syntax
public PluginCommandResult(
	PluginCommandState state,
	string message,
	Object procedureReturnValue
)

Parameters

state  PluginCommandState
The result state.
message  String
A message describing the result.
procedureReturnValue  Object
A return value when the command is called from a procedure.
See Also