ExecutionMode Enumeration |
Defines how RelaxIS is using the plugin.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public enum ExecutionMode
Public Enumeration ExecutionMode
Dim instance As ExecutionMode
Members Member name | Value | Description |
---|
FromUserInterface | 0 |
The plugin is run from the user interface.
|
StandaloneRun | 1 |
The plugin is run in stand-alone mode, e.g. as part of another function.
|
See Also