Category Creo Parametric user interface, Object ProUIDashboard

Function ProUIDashboardUserdataGet


Description
Obtains the application data stored with this dashboard upon registration.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardUserdataGet(
ProUIDashboard dashboard
/* (In)
The dashboard handle.
*/
ProAppData* user_data
/* (Out)
The applicaton data.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Dashboards: Accessing a Dashboard
  2. User Interface: Dashboards: Accessing a Dashboard