Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

drDeleteLineStyle

drDeleteLineStyle( 
tx_display
t_lineStyleName 
) 
=> t / nil

Description

Deletes the specified line style from virtual memory. The program does not check to see if any of the packet definitions use this line style.

Arguments

tx_display

The display device name or identifier.

t_lineStyleName

The line style name.

Value Returned

t

The line style was deleted.

nil

The line style does not exist for the specified display device.

Examples

drDeleteLineStyle("psb" "solid")
=> t

Deletes the solid line style for the psb display device from virtual memory.

drDeleteLineStyle(27832 "solid")
=> t

Deletes the solid line style for the display device with the identifier 27832 from virtual memory.


Return to top
 ⠀
X