Category Creo Parametric user interface, Object ProUIDashboardshowoptions

Function ProUIDashboardshowoptionsTitleSet


Description
Sets the dashboard title label.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardshowoptionsTitleSet(
ProUIDashboardShowOptions dash_options
/* (In)
The handle to the data used to build the dashboard
*/
const wchar_t* title
/* (In)
dashboard title to set.
*/
)
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

Sample Code References:

  1. pt_userguide ( UgCreoSweepCreate.c )