FxOperator.PositionY
 
 
 

FxOperator.PositionY

Description

Sets or returns the y position of the FxOperator in the Softimage Illusion Fx Tree view as a Double.

C# Syntax

// get accessor
Double rtn = FxOperator.PositionY;
// set accessor
FxOperator.PositionY = Double;

Examples

VBScript Example

set oRoot = ActiveProject.ActiveScene.Root
set oTree = oRoot.AddFxTree
set oFxOp = oTree.AddImageOperator("File Output")
LogMessage "Position Y : " & oFxOp.PositionY

See Also

FxTree