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.
// get accessor Object rtn = InputPort.Value; |