Documentación de la API
>
Creo Parametric fundamentals
>
Object ProModelitem
> Function ProModelitemToRelset
Function ProModelitemToRelset
Description
Gets the relation set associated to the specified model item.
NOTE:
Only those model items whose types are specified by
ProRelObjType
are supported.
Synopsis
#include <
ProRelSet.h
>
ProError
ProModelitemToRelset
(
ProModelitem
* p_item
/* (In)
The model item
*/
ProRelset
* p_relset
/* (Out)
The associated relation set
*/
)
Returns
PRO_TK_NO_ERROR
The relation set was found and returned.
Other
The relation set does not exist.
Sample Code References
pt_examples ( TestRelation.c )
pt_examples ( TestRelation.c )
pt_examples ( TestRelation.c )
pt_udf_examples ( PTUDFExParamInfo.c )
pt_udf_examples ( PTUDFExParamVerify.c )
pt_userguide ( UgRelsEdit.c )
User Guide References
Relations:ProModelitemToRelset
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado