Documentazione API > Creo Parametric user interface > Object ProNavigatorpane > Function ProNavigatorpanePHolderComponentnameGet
Function ProNavigatorpanePHolderComponentnameGet
Description
Get the full name of a component in the pane
Replacement in Object TOOLKIT:
Synopsis
#include <ProNavigator.h>
ProNavigatorpanePHolderComponentnameGet
(
ProCharName pane_name
/* (In)
Name of the navigator pane
*/
char* nominal_name
/* (In)
Local name of component
*/
char** comp_name
/* (Out)
full component name, Free this string using ProStringFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Function failed.
Sample Code References
User Guide References
È stato utile?