Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlObjectdefaultnameGet


Description
Returns the next available default name for given object type
Replacement in Object TOOLKIT: wfcWModel::GetDefaultName
Synopsis
#include <ProMdl.h>
ProErrorProMdlObjectdefaultnameGet(
ProType object_type
/* (In)
only these types are allowed:
*/
ProLine name
/* (Out)
resulting name.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully created the name.
PRO_TK_UNSUPPORTEDthe type is not supported.

Manual References:

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