Category External objects, Object ProDispdat

Function ProDispdatPropsSet


Description
Sets the properties for the display data.
Replacement in Object TOOLKIT: wfcExternalObject::AddData
wfcExternalObject::ModifyData
Synopsis
#include <ProExtobjDisp.h>
ProErrorProDispdatPropsSet(
ProWExtobjdata disp_data
/* (In)
The display data
*/
ProExtobjDispprops* properties
/* (In)
The properties
*/
int prop_num
/* (In)
The number of properties
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the properties.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_GENERAL_ERRORThe function could not set the properties.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestExtobj.c )
  2. pt_examples ( TestExtobj.c )