Returns a String that identifies this FxOperator and can be used to create the FxOperator operator with FxTree.AddImageOperator.
'Create a clone of of an fx operator set oRoot = ActiveProject.ActiveScene.Root set oTree = oRoot.AddFxTree set oFxOp = oTree.AddImageOperator("Noise") set oFxOpClone = oTree.AddImageOperator(oFxOp.EffectID) |