Category External objects, Object ProDispdat

Function ProDispdatTrfGet


Description
Retrieves the transformation matrix, given the display data.
Replacement in Object TOOLKIT: wfcExternalObject::RemoveData
wfcExternalObject::GetData
Synopsis
#include <ProExtobjDisp.h>
ProErrorProDispdatTrfGet(
ProWExtobjdata disp_data
/* (In)
The display data
*/
ProMatrix trf
/* (Out)
The transformation matrix
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORThe function could not retrieve the information.

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 )