API 文件集 > Creo Parametric fundamentals > Object ProModelitem > Function ProModelitemNameCanChange
Function ProModelitemNameCanChange
Description
Identifies whether or not the item's name is readonly.
Replacement in Object TOOLKIT:
Synopsis
#include <ProModelitem.h>
ProModelitemNameCanChange
(
/* (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
The item was found.
The input argument was invalid.
這是否有幫助?