FxOperator.ConnectionCount
 
 
 

FxOperator.ConnectionCount

Description

Returns the number of connections on this FxOperator object as a Long.

C# Syntax

// get accessor
Int32 rtn = FxOperator.ConnectionCount;

Examples

VBScript Example

set oRoot = ActiveProject.ActiveScene.Root
set oTree = oRoot.AddFxTree
set oFxOp = oTree.AddImageOperator("File Input")
LogMessage oFxOp.Name & " has " & oFxOp.ConnectionCount & " connections"

See Also

FxTree