Function ProModelitemDefaultnameGet
Description
Gets the "default" name for the item. This is the name assigned by Creo Parametric to the item when it was created, before it may or may not have been modified by the user. For feature names where the default name would include spaces, this function will substitute underscore characters ("_") for spaces.
Replacement in Object TOOLKIT:
Synopsis
#include <ProModelitem.h>
ProModelitemDefaultnameGet
(
/* (In)
The model item handle.
*/
ProName name
/* (Out)
The default name for this item.
*/
)
Returns
Default name was found.
Default name was not found.
The input argument was invalid.
Not supported for this item type.
See Also
User Guide References
Est-ce que cela a été utile ?