Description | |||||||||||||||||
Sets or resets the name of the 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::SetName | ||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProModelitem.h> | |||||||||||||||||
ProError | ProModelitemNameSet | ( | |||||||||||||||
ProModelitem* p_item | |||||||||||||||||
/* (In) | |||||||||||||||||
The model item | |||||||||||||||||
*/ | |||||||||||||||||
ProName name | |||||||||||||||||
/* (In) | |||||||||||||||||
The name to set | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|