Category Creo Parametric user interface, Object ProUIDashboardpage

Function ProUIDashboardpageOpen


Description
Opens specified dashboard page
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardpageOpen(
ProUIDashboardPage page
/* (In)
The dashboard page handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORFailed to open the page.

Manual References:

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