API Documentation > Family table > Object ProFamtable > Function ProFamtableInit
Function ProFamtableInit
Description
Initializes the family table of the specified model.
Synopsis
#include <ProFamtable.h>
ProFamtableInit
(
ProMdl model
/* (In)
The model handle.
*/
ProFamtable* p_famtab
/* (Out)
The handle to the family table.
*/
)
Returns
The function successfully initialized the handle.
The input argument is invalid.
Family table can't be created in the model.
Sample Code References
User Guide References
Was this helpful?