API 설명서 > Custom user interface > Object ProUIDashboardpage > Function ProUIDashboardpageDevicenameGet
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>
ProUIDashboardpageDevicenameGet
(
/* (In)
The handle to the dashboard page.
*/
char** device_name
/* (Out)
The device name. Free this string using ProStringFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
도움이 되셨나요?