StateDiagram

Description:              This function draws a state diagram and returns a state diagram value.

Returns:                    StateDiagram

Usage:                   Steady State

Format:                      StateDiagram(Module, Zoom, Left, Top, LineClr, BoxClr, HighlightClr, ShadowClr, TextClr, SelLineClr, SelBoxClr, SelHighlightClr, SelShadowClr, SelTextClr)

Parameters:             Module     { varies }  { required }  { no default: }

                                                Any expression for the module to diagram. This may be a code value or object value.

                                    Zoom     { numeric }  { required }  { no default: }

                                                Any numeric expression for the zoom factor applied to the diagram.

                                    Left       { numeric }  { required }  { no default: }

                                                Any numeric expression for the left side coordinate of the upper left corner of the diagram.

                                    Top      { numeric }  { required }  { no default: }

                                                Any numeric expression for the top side coordinate of the upper left corner of the diagram.

                                    LineClr      { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for animated action lines.

                                    BoxClr      { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for animated states.

                                    HighlightClr      { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for animated state highlighted edges.

                                    ShadowClr      { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for animated state shadowed edges.

                                    TextClr      { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for animated state text labels.

                                    SelLineClr      { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for selected animated action lines.

                                    SelBoxClr      { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for selected animated states.

                                    SelHighlightClr      { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for selected animated state highlighted edges.

                                    SelShadowClr      { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for selected animated state shadowed edges.

                                    SelTextClr      { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for selected animated state text labels.

Comments: