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: | wfcWModelItem::GetDefaultName | |||||||||||||
Synopsis | ||||||||||||||
#include <ProModelitem.h> | ||||||||||||||
ProError | ProModelitemDefaultnameGet | ( | ||||||||||||
ProModelitem* item | ||||||||||||||
/* (In) | ||||||||||||||
The model item handle. | ||||||||||||||
*/ | ||||||||||||||
ProName name | ||||||||||||||
/* (Out) | ||||||||||||||
The default name for this item. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|
||||||||||||||
See Also | ||||||||||||||
ProModelitemNameGet |