Category Creo Parametric user interface, Object ProUIDashboardpage

Function ProUIDashboardpageNameGet


Description
Obtains the name of the page.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardpageNameGet(
ProUIDashboardPage page
/* (In)
The dashboard page handle.
*/
char** name
/* (Out)
The page name. Free this string using ProStringFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe dashboard page is the main page and does not have a user-defined name.

Manual References:

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