Returns the number of connections on this FxOperator object as a Long.
set oRoot = ActiveProject.ActiveScene.Root
set oTree = oRoot.AddFxTree
set oFxOp = oTree.AddImageOperator("File Input")
LogMessage oFxOp.Name & " has " & oFxOp.ConnectionCount & " connections"
|