Category Creo Parametric TOOLKIT fundamentals, Object ProExtdata

Function ProExtdataClassUnregister


Description
Unregisters the specified class, if it has been registered.
Replacement in Object TOOLKIT: pfcExternalDataClass::Delete
Synopsis
#include <ProExtdata.h>
ProExtdataErrProExtdataClassUnregister(
ProExtdataClass* p_extclass
/* (In)
The class handle
*/
)
Returns
PROEXTDATA_TK_NO_ERRORThe function successfully unregistered the class.
PROEXTDATA_TK_ERRORThe function failed.
PROEXTDATA_TK_INVALID_OBJ_OR_CLASSThe specified model or class name is invalid.

Manual References:

  1. Core: External Data: Storing External Data
  2. Core: External Data: Storing External Data

Sample Code References:

  1. pt_examples ( TestGenedata.c )