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