Category Creo Parametric fundamentals, Object ProModelitem

Function ProModelitemMdlGet


Description
Retrieves the model the owns the specified item.
Synopsis
#include <ProModelitem.h>
ProErrorProModelitemMdlGet(
ProModelitem* p_model_item
/* (In)
The model item
*/
ProMdl* p_owner
/* (Out)
The handle to the owner model
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestAnimation.c )
  2. pt_examples ( TestAsm.c )
  3. pt_examples ( TestExtref.c )
  4. pt_examples ( TestExtref.c )
  5. pt_examples ( TestExtref.c )
  6. pt_examples ( TestExtref.c )
  7. pt_examples ( TestExtrefInfo.c )
  8. pt_examples ( TestExtrefInfo.c )
  9. pt_examples ( TestExtrefInfo.c )
  10. pt_examples ( TestExtrefInfo.c )
  11. pt_examples ( TestDimension.c )
  12. pt_examples ( TestSolid.c )
  13. pt_examples ( TestDispObject.c )
  14. pt_examples ( TestDispObject.c )
  15. pt_examples ( UtilFeats.c )
  16. pt_examples ( TestExport.c )
  17. pt_examples ( TestGeom.c )
  18. pt_examples ( TestGeom.c )
  19. pt_examples ( TestGeom.c )
  20. pt_examples ( TestGeom.c )
  21. pt_examples ( TestGeom.c )
  22. pt_examples ( TestGeom.c )
  23. pt_examples ( TestGraphics.c )
  24. pt_examples ( TestGraphics.c )
  25. pt_examples ( TestMisc.c )
  26. pt_examples ( TestSimpRep.c )
  27. pt_examples ( TestCollect.c )
  28. pt_userguide ( UgAnimAsmcompAnim.c )