MoveState

Description:              This statement moves the position of a state in a state diagram.

Warning:                   This statement should be used by advanced users only since irrevocable alteration of your application may occur.

Returns:                    Nothing

Usage:                       Script

Format:                      MoveState(State, X, Y, Mode)

Parameters:             State   { State }  { required }  { no default }

                                      Any expression for the state code value.

                                    X   { numeric }  { required }  { no default }

                                      Any numeric expression for the x-axis displacement.

                                    Y   { numeric }  { required }  { no default }

                                      Any numeric expression for the y-axis displacement.

                                    Mode   { numeric }  { required }  { no default }

                                      Any logical expression. If true, (X,Y) is absolute; if false, (X,Y) is relative.

Comments:               This statement moves the position of a state in a state diagram.

See Also:

MoveSelState | MoveSibling