Click or drag to resize

PluginCommandResultProcedureReturnValue Property

Gets a value that is returned to a procedure.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.19.1
Syntax
public Object ProcedureReturnValue { get; }

Property Value

Object
Remarks
This should can be a numeric type (castable to double), a string, a bool, or a type castable to IEnumerableT with nested values.
See Also