Category Creo Parametric user interface, Object ProUIDashboardpage

Function ProUIDashboardpageDevicenameGet


Description
Obtains the device name. This name should be used in other Creo Parametric TOOLKIT ProUI functions to access the components stored in the dashboard page.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardpageDevicenameGet(
ProUIDashboardPage page
/* (In)
The handle to the dashboard page.
*/
char** device_name
/* (Out)
The device name. Free this string using ProStringFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Dashboards: Accessing Components in the Dashboard Pages
  2. User Interface: Dashboards: Accessing Components in the Dashboard Pages

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  2. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  3. pt_userguide ( UgCreoSweepCreate.c )
  4. pt_userguide ( UgCreoSweepCreate.c )
  5. pt_userguide ( UgCreoSweepCreate.c )
  6. pt_userguide ( UgCreoSweepCreate.c )
  7. pt_userguide ( UgCreoSweepCreate.c )