Click or drag to resize

OneInputOneOutputCommandInputType, OutputTypeRun Method

Handle the variable assignments and command execution when running in a script.

Namespace:  MediaCy.Commands
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Overridable Sub Run ( 
	input As InputType,
	ByRef output As OutputType
)

Parameters

input
Type: InputType
output
Type: OutputType
Remarks