Category External objects, Object ProDispdat

Function ProDispdatLinestyleGet


Description
Retrieves the display line style.
Replacement in Object TOOLKIT: wfcExternalObject::RemoveData
wfcExternalObject::GetData
Synopsis
#include <ProExtobjDisp.h>
ProErrorProDispdatLinestyleGet(
ProWExtobjdata disp_data
/* (In)
The display data
*/
ProLinestyle* p_line_style
/* (Out)
The line style
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_GENERAL_ERRORThe function could not retrieve the information.

Manual References:

  1. Event-driven Programming: External Objects: Display Data for External Objects

Sample Code References:

  1. pt_examples ( TestExtobj.c )