GetInputValue (Operator)
Introduced
5.1
Description
Returns the value of a given input port.
Note: For Self-Installed Custom Operators the OperatorContext.GetInputValue method is often more convenient.
Scripting Syntax
Operator.GetInputValue( PortIndexOrName, GroupIndexOrName, Instance )
C# Syntax
Object Operator.GetInputValue( Object in_vPortIndexOrName, Object in_vPortGroupIndexOrName, Int32 in_lPortGroupInstance );Parameters
|
Parameter |
Type |
Description |
|
PortIndexOrName |
The index or name of the port. |
|
|
GroupIndexOrName |
The index or name of the port group. |
|
|
Instance |
Port group instance index. |
Return Value
Variant The value of the port.
See Also
Autodesk Softimage v7.5