FxOperatorCollection

導入

v2.5

説明

FxOperatorオブジェクトのコレクションです。

メソッド

Filter Find GetAsText  
       

プロパティ

Countオペレータ Itemオペレータ    
       

VBScript の例

'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

関連項目

FxTree.FxOperators