Sets or returns the x position of the FxOperator in the Softimage Illusion Fx Tree view as a Double.
set oRoot = ActiveProject.ActiveScene.Root
set oTree = oRoot.AddFxTree
set oFxOp = oTree.AddImageOperator("File Input")
LogMessage "Position X : " & oFxOp.PositionX
|