Category Creo Parametric fundamentals, Object ProModelitem

Function ProModelitemNameCanChange


Description
Identifies whether or not the item's name is readonly.
Replacement in Object TOOLKIT: wfcWModelItem::IsNameReadOnly
Synopsis
#include <ProModelitem.h>
ProErrorProModelitemNameCanChange(
ProModelitem* item
/* (In)
The model item handle.
*/
ProBoolean* can_change
/* (Out)
PRO_B_TRUE if the model item's name can be changed, PRO_B_FALSE if it is readonly.
*/
)
Returns
PRO_TK_NO_ERRORThe item was found.
PRO_TK_BAD_INPUTSThe input argument was invalid.

Manual References:

  1. Core: Models and Model Items: Model Items
  2. Core: Models and Model Items: Model Items