Category Creo Parametric user interface, Object ProUIDashboardshowoptions

Function ProUIDashboardshowoptionsDefaultOpenSet


Description
Sets the dashboard open by default page.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardshowoptionsDefaultOpenSet(
ProUIDashboardShowOptions dash_options
/* (In)
The handle to the data used to build the dashboard
*/
const char* page_name
/* (In)
The page name to be opened by default
*/
)
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