Category Creo Parametric user interface, Object ProUIDashboardpage

Function ProUIDashboardpageClose


Description
Closes the dashboard slide-up page.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardpageClose(
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_BAD_CONTEXTThe page is the main page and cannot be closed.

Manual References:

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