schReinitializeShapeStyles
schReinitializeShapeStyles(
[ ?displayName t_displayName ]
)
=> t / nil
Description
Updates the style of all schematic shapes in the current session to reflect any changes made in the Display Resource Editor. Use this function to refresh non-default shape styles, for example, custom wire line styles and colors.
Arguments
|
The current display name. Specifies on-screen or printable format. |
|
Value Returned
Examples
schReinitializeShapeStyles ( ?displayName "display" )
=> t
Return to top