schHiDrawSymbolPin
schHiDrawSymbolPin( [ ?terminalNamet_terminalName] [ ?directiont_direction] [ ?interprett_interpret] ) => t
Description
Draws a polygon that represents a symbol pin. Usable only when editing symbols.
Arguments
Value Returned
Examples
Prompts you to draw a polygon to represent a pin. Direction of the pin is input. The data1 terminal name is not displayed with the pin.
schHiDrawSymbolPin( data1 "input" )
Prompts you to draw a polygon to represent a pin. Direction is the current or last value. The data2 terminal name is not displayed with the pin.
schHiDrawSymbolPin( "data2" )
Return to top