 | PluginCommandCollectionCreate Method |
Create a collection from the given commands.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.19.1
Syntaxpublic static PluginCommandCollection Create(
params PluginCommand[] commands
)
Public Shared Function Create (
ParamArray commands As PluginCommand()
) As PluginCommandCollection
Parameters
- commands PluginCommand
- The commands.
Return Value
PluginCommandCollectionThe command collection.
See Also