FxOperatorCollection

 

Introduced

2.5

Description

A collection of FxOperator objects.

Methods

FxOperatorCollection.Filter

FxOperatorCollection.Find

FxOperatorCollection.GetAsText

Properties

FxOperatorCollection.Count

FxOperatorCollection.Item

Examples

VBScript Example

'VBScript example
set oRoot = ActiveProject.ActiveScene.Root
set oTree = oRoot.AddFxTree
oTree.AddImageOperator "Noise"
oTree.AddImageOperator "Resize"

for each operator in oTree.FxOperators
   LogMessage "Name of Fx Operator: " & operator.Name
next

See Also

FxTree.FxOperators



Autodesk Softimage v7.5