Category Creo Parametric user interface, Object ProUIDashboardpage

Function ProUIDashboardpageUserdataGet


Description
Obtains the application stored with this dashboard page on registration.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardpageUserdataGet(
ProUIDashboardPage page
/* (In)
The handle to the dashboard page.
*/
ProAppData* user_data
/* (Out)
The application 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 Page
  2. User Interface: Dashboards: Accessing a Dashboard Page

Sample Code References:

  1. pt_userguide ( UgCreoSweepCreate.c )
  2. pt_userguide ( UgCreoSweepCreate.c )