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: | pfcModelItem::GetName | ||||||||||
Synopsis | |||||||||||
#include <ProModelitem.h> | |||||||||||
ProError | ProModelitemNameGet | ( | |||||||||
ProModelitem* p_item | |||||||||||
/* (In) | |||||||||||
The model item | |||||||||||
*/ | |||||||||||
ProName name | |||||||||||
/* (Out) | |||||||||||
The name | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|