v5.1
Returns the value of a given input port.
Note: For Self-Installed Custom Operators the OperatorContext.GetInputValue
method is often more convenient.
oVariant = Operator.GetInputValue( PortIndexOrName, GroupIndexOrName, Instance ); |
Variant The value of the port.
Parameter | Type | Description |
---|---|---|
PortIndexOrName | Variant | The index or name of the port. |
GroupIndexOrName | Variant | The index or name of the port group. |
Instance | Long | Port group instance index. |