Click or drag to resize

McCommandClone Method (McCommand)

Create a copy of this command, and connect the Executed handler.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Overridable Function Clone ( 
	newParent As McCommand
) As McCommand

Parameters

newParent
Type: MediaCy.IQL.ApplicationMcCommand

Return Value

Type: McCommand
Remarks
This method is used to build scripts and schedule background tasks.
See Also