SupportsBranchGroup (Operator) *
Introduced
4.0
Description
Returns true if the operator has Ports that support branch and group connections.
Scripting Syntax
Operator.SupportsBranchGroup( [PortGroup], [Port] )
C# Syntax
Boolean Operator.SupportsBranchGroup( Int32 in_portgroup, Int32 in_port );Parameters
|
Parameter |
Type |
Description |
|
PortGroup |
Which port group to check, pass -1 to check all groups Default Value: -1 |
|
|
Port |
Which port to check, pass -1 to check all ports Default Value: -1 |
Return Value
Autodesk Softimage v7.5