Category Creo Parametric user interface, Object ProUIDashboard

Function ProUIDashboardDestroy


Description
Pop the dashboard from the dashboard stack mechanism. The dashboard UI will be destroyed.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardDestroy(
ProUIDashboard dashboard_handle
/* (In)
The dashboard handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
See Also
ProUIDashboardShow

Manual References:

  1. User Interface: Dashboards: Showing a Dashboard

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 )