Category Creo Parametric user interface, Object ProUIDashboardpageoptions

Function ProUIDashboardpageoptionsAlloc


Description
Allocates a handle representing a single page (or layout) that will be shown in a dashboard.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardpageoptionsAlloc(
char* page_name
/* (In)
The page name (must be unique).
*/
char* resource_name
/* (In)
Name of the resource file to use (whose top component must be a layout, not a dialog). If NULL, an empty default layout is used.
*/
ProAppData application_data
/* (In)
Application data stored for the page.
*/
ProUIDashboardPageOptions* options
/* (Out)
A handle representing a dashboard page.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Dashboards: Dashboard Page Options
  2. User Interface: Dashboards: Dashboard Page Options

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  2. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  3. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  4. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  5. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  6. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  7. pt_userguide ( UgCreoSweepCreate.c )
  8. pt_userguide ( UgCreoSweepCreate.c )
  9. pt_userguide ( UgCreoSweepCreate.c )