FxOperator.Tree

Description

Returns the FxTree object the FxOperator is part of.

C# Syntax

// get accessor
FxTree rtn = FxOperator.Tree;

Examples

VBScript Example

set oRoot = ActiveProject.ActiveScene.Root
set oTree = oRoot.AddFxTree
set oFxOp = oTree.AddImageOperator("Noise")
LogMessage "Tree of " & oFxOp.Name & " is " & oFxOp.Tree.FullName