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
Value Returned
|
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