drGetLineStyleIndexByName
drGetLineStyleIndexByName(tx_display t_LineStyleName) =>x_LineStyleIndex/ nil
Description
Reads virtual memory and returns the line style index number for the specified line style for the specified display device.
Arguments
Value Returned
|
The line style does not exist for the specified display device. |
Example
drGetLineStyleIndexByName("psb" "solid")
drGetLineStyleIndexByName(27832 "solid")
Reads virtual memory and returns the line style index 2.
Return to top