Category Creo Parametric user interface, Object ProUIDashboard

Function ProUIDashboardBitmapSet


Description
Assigns the icon for the dashboard, which appears to the left of the slideup panel buttons.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardBitmapSet(
ProUIDashboard dash_hnd
/* (In)
The dashboard handle.
*/
char* image
/* (In)
The name of the file (.GIF or .BIF) to use for the tool icon.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Dashboards: Accessing a Dashboard

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )