Category Creo Parametric user interface, Object ProUIDashboard

Function ProUIDashboardStdlayoutGet


Description
Obtains the standard layout name typically used for placement of OK and cancel buttons.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardStdlayoutGet(
ProUIDashboard dashboard
/* (In)
The dashboard handle.
*/
char** std_layout
/* (Out)
The standard layout 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 a Dashboard
  2. User Interface: Dashboards: Accessing a Dashboard

Sample Code References:

  1. pt_userguide ( UgCreoSweepCreate.c )