InputPort.Value
 
 
 

InputPort.Value operator

Description

Returns the current value of the data attached to the port as a Variant.

Note: This property can only be read from within a custom operator's Update() callback. Inside a self-installed custom operator it is normally easier to call OperatorContext.GetInputValue.

C# Syntax

// get accessor
Object rtn = InputPort.Value;