PositionY (FxOperator)

Description

Sets or returns the y position of the FxOperator in the XSI 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



SOFTIMAGE|XSI v6.01     

Return to Softimage XSI Index