drFindPacket
drFindPacket(tx_displayt_packetName) =>l_packetList/ nil
Description
Reads virtual memory and returns a list of attributes of the specified packet for the specified display device.
Arguments
Value Returned
|
A list containing the display device name, packet name, and the stipple, line style, fill color, outline color of the packet for the specified display device. |
|
Examples
drFindPacket("psb" "redsolid_S")
=> ("psb" "redsolid_S" "solid" "solid" "red" "red")
Reads virtual memory and returns the packet definition of redsolid_S for the psb display device.
drFindPacket(27832 "redsolid_S")
=> ("psb" "redsolid_S" "solid" "solid" "red" "red")
Reads virtual memory and returns the packet definition of redsolid_S for the display device with the identifier 27832.
Return to top