Category Creo Parametric user interface, Object ProUIDashboardshowoptions

Function ProUIDashboardshowoptionsAlloc


Description
Allocates a handle containing data used to build a dashboard.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardshowoptionsAlloc(
ProUIDashboardPageOptions main_page
/* (In)
The main page for the dashboard.
*/
ProUIDashboardPageOptions* slideup_pages
/* (In)
ProArray of handles representing slideup pages. Can be NULL.
*/
ProAppData appdata
/* (In)
Application data to be stored with the dashboard. Can be NULL.
*/
ProUIDashboardShowOptions* dashboard_options
/* (Out)
The handle to data used to build the dashboard.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

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

Sample Code References:

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