Category
Creo Parametric fundamentals
, Object
ProModelitem
Function ProModelitemMdlGet
Description
Retrieves the model the owns the specified item.
Synopsis
#include <
ProModelitem.h
>
ProError
ProModelitemMdlGet
(
ProModelitem
*
p_model_item
/* (In)
The model item
*/
ProMdl
*
p_owner
/* (Out)
The handle to the owner model
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Core: Models and Model Items: Model Items
Core: Models and Model Items: Model Items
Sample Code References:
pt_examples ( TestAnimation.c )
pt_examples ( TestAsm.c )
pt_examples ( TestExtref.c )
pt_examples ( TestExtref.c )
pt_examples ( TestExtref.c )
pt_examples ( TestExtref.c )
pt_examples ( TestExtrefInfo.c )
pt_examples ( TestExtrefInfo.c )
pt_examples ( TestExtrefInfo.c )
pt_examples ( TestExtrefInfo.c )
pt_examples ( TestDimension.c )
pt_examples ( TestSolid.c )
pt_examples ( TestDispObject.c )
pt_examples ( TestDispObject.c )
pt_examples ( UtilFeats.c )
pt_examples ( TestExport.c )
pt_examples ( TestGeom.c )
pt_examples ( TestGeom.c )
pt_examples ( TestGeom.c )
pt_examples ( TestGeom.c )
pt_examples ( TestGeom.c )
pt_examples ( TestGeom.c )
pt_examples ( TestGraphics.c )
pt_examples ( TestGraphics.c )
pt_examples ( TestMisc.c )
pt_examples ( TestSimpRep.c )
pt_examples ( TestCollect.c )
pt_userguide ( UgAnimAsmcompAnim.c )