Click or drag to resize

TwoInputsOneOutputCommandInputType1, InputType2, 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 ( 
	input1 As InputType1,
	input2 As InputType2,
	ByRef output As OutputType
)

Parameters

input1
Type: InputType1
input2
Type: InputType2
output
Type: OutputType
Remarks