Click or drag to resize

ScriptingCommandsCodeCommand Property

Runs some custom code with optional inputs and outputs.

Namespace:  MediaCy.Automation.Automate
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public Shared ReadOnly Property CodeCommand ( 
	parent As McCommand
) As CodeCommand
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: CodeCommand
Remarks
There is no parsing of the custom code when loading a macro, so it is up to the macro writer to maintain and validate this code. All the script variables are part of the custom code scope.
See Also