schHiCreateSymbolShape
schHiCreateSymbolShape( [ ?shapet_shape] [ ?stylet_style] [ ?widthx_width] [ ?nonModalg_nonModal] ) => t
Description
Creates a line or shapes that describe a symbol. Usable only when editing symbols.
If you did not specify either t_shape or t_style, the options form appears and prompts you to change the settings. The shapes created with this function give you a visual indication about the symbol’s purpose.
Arguments
Value Returned
Examples
Starts creating another rectangle.
schHiCreateSymbolShape( "rectangle" "outline" )
Return to top