drGetLineStyle
drGetLineStyle(tx_displaytx_lineStyle) =>l_lineStyleList/ nil
Description
Reads virtual memory and returns the display device name and the line style name, thickness, and pattern.
Arguments
Value Returned
|
A list containing the display device name and the line style name, thickness, and pattern. |
|
|
The line style does not exist for the specified display device. |
Example
drGetLineStyle("psb" "solid")
drGetLineStyle("psb" 2)
drGetLineStyle(27832 "solid")
drGetLineStyle(27832 2)
Reads virtual memory and returns the line style definition of solid for the psb display device.
Return to top