EffectID (FxOperator)
Description
Returns a String that identifies this FxOperator and can be used to create the FxOperator operator with FxTree.AddImageOperator.
C# Syntax
// get accessor String rtn = FxOperator.EffectID;
Examples
VBScript Example
'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)
See Also
Autodesk Softimage v7.5