Function ProModelitemNameGet
Description
Retrieves the name of the specified model item.
The valid types (p_item->type) are as follows:
If you pass any other type, the function returns PRO_TK_BAD_INPUTS.
Replacement in Object TOOLKIT:
Synopsis
#include <ProModelitem.h>
ProModelitemNameGet
(
ProModelitem* p_item
/* (In)
The model item
*/
ProName name
/* (Out)
The name
*/
)
Returns
The function successfully retrieved the name.
The input argument is invalid.
The specified item does not have a name.
Sample Code References
User Guide References
Isto foi útil?