GetConnectionName (FxOperator)

Description

Returns the name of the specified connection.

Scripting Syntax

FxOperator.GetConnectionName( Index )

C# Syntax

String FxOperator.GetConnectionName( Int32 in_nIndex );

Parameters

Parameter

Type

Description

Index

Long

Index of the connection

Return Value

String

Examples

VBScript Example

set oRoot = ActiveProject.ActiveScene.Root
set oTree = oRoot.AddFxTree
set oFxOp = oTree.AddImageOperator("Noise")

for i = 0 to ( oFxOp.ConnectionCount - 1 )
   LogMessage "Connection ID " & i & " is named " & oFxOp.GetConnectionName(i)
next

See Also

FxTree



Autodesk Softimage v7.5