SetConnectionFlag (FxOperator)
Description
Changes the specifed flag on a connection of the FxOperator.
Scripting Syntax
FxOperator.SetConnectionFlag( Index, FlagID, Value )
C# Syntax
FxOperator.SetConnectionFlag( Int32 in_nIndex, Int32 in_nFlagID, Boolean in_bValue );
Parameters
|
Parameter |
Type |
Description |
|
Index |
Index of the connection |
|
|
FlagID |
Type of flag Possible Values: • 1: Specifies the Invert flag • 2: Specifies the Selected flag |
|
|
Value |
New value of the flag |
Examples
VBScript Example
set oRoot = ActiveProject.ActiveScene.Root
set oTree = oRoot.AddFxTree
set oFxOp = oTree.AddImageOperator("Noise")
oFxOp.SetConnectionFlag 1, 2, True
See Also
SOFTIMAGE|XSI v6.01