Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlExtensionGet


Description
Retrieves the file extension from which the specified model was retrieved.
Synopsis
#include <ProMdl.h>
ProErrorProMdlExtensionGet(
ProMdl handle
/* (In)
The model handle.
*/
ProMdlExtension ext
/* (Out)
Buffer where file extension will be copied into.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_GENERAL_ERRORThe information could not be obtained.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Models and Model Items: Identifying Models
  3. Core: Models and Model Items: Identifying Models
  4. Working with Multi-CAD Models Using Creo Unite: Functions that Support Multi-CAD Assemblies
  5. Working with Multi-CAD Models Using Creo Unite: Superseded Functions
  6. Working with Multi-CAD Models Using Creo Unite: Restrictions on Character Length for Multi-CAD Functions

Sample Code References:

  1. pt_examples ( TestGeom.c )
  2. pt_examples ( TestSmtlSurf.c )
  3. pt_examples ( TestDrwInfo.c )
  4. pt_examples ( TestDrwInfo.c )
  5. pt_examples ( TestDrwView.c )
  6. pt_examples ( TestNotify.c )
  7. pt_examples ( TestNotify.c )
  8. pt_examples ( TestNotify.c )
  9. pt_examples ( TestNotify.c )
  10. pt_examples ( TestNotify.c )
  11. pt_examples ( TestNotify.c )
  12. pt_examples ( TestNotify.c )
  13. pt_examples ( TestGtol.c )
  14. pt_examples ( TestGtol.c )
  15. pt_examples ( TestSimpRep.c )
  16. pt_examples ( TestSimpRep.c )
  17. pt_examples ( UtilNames.c )
  18. pt_examples ( UtilVisit.c )
  19. pt_userguide ( UgAsmCompVisit.c )
  20. pt_userguide ( UgAsmCompVisit.c )
  21. pt_userguide ( UgDrawingFromTmpltCreate.c )
  22. pt_userguide ( UgDrawingViews.c )
  23. pt_userguide ( UgDwgtableExamples.c )
  24. pt_userguide ( UgSheetsList.c )
  25. pt_userguide ( UgFundStringConv.c )
  26. pt_userguide ( UgGeomInterferCheck.c )
  27. pt_userguide ( UgUtilFile.c )
  28. pt_userguide ( UgXsecList.c )
  29. pt_userguide ( UgXsecList.c )