API Documentation > Creo Parametric fundamentals > Object ProModelitem > Function ProModelitemToFamtableItem
Function ProModelitemToFamtableItem
Description
Converts a ProModelitem to a ProFamtableItem.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFamtable.h>
ProModelitemToFamtableItem
(
ProModelitem* p_item
/* (In)
The model item
*/
ProFamtableItem* r_fam_item
/* (Out)
The family table item
*/
)
Returns
The family table item handler is successfully initiated.
Other
The conversion failed.
Sample Code References
User Guide References
Was this helpful?