Category Family table, Object ProFamtable

Function ProFamtableShow


Description
Displays the specified family table using Pro/TABLE or another text editor.
Replacement in Object TOOLKIT: wfcWFamilyMember::ShowFamilyTable
Synopsis
#include <ProFamtable.h>
ProErrorProFamtableShow(
ProFamtable* p_famtab
/* (In)
The handle to the family table
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully displayed the family table.
PRO_TK_GENERAL_ERRORThe family table was not found.

Manual References:

  1. Core: Family Tables: Family Table Utilities
  2. Core: Family Tables: Family Table Utilities

Sample Code References:

  1. pt_examples ( TestFamTab.c )