Click or drag to resize

PluginCommandCollectionCreate Method

Create a collection from the given commands.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.19.1
Syntax
public static PluginCommandCollection Create(
	params PluginCommand[] commands
)

Parameters

commands  PluginCommand
The commands.

Return Value

PluginCommandCollection
The command collection.
See Also