Category Family table, Object ProFamtable

Function ProFamtableEdit


Description
Edits the specified family table using Pro/TABLE or another text editor.
Replacement in Object TOOLKIT: wfcWFamilyMember::EditFamilyTable
Synopsis
#include <ProFamtable.h>
ProErrorProFamtableEdit(
ProFamtable* p_famtab
/* (In)
The handle to the family table
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully edited the family table.
PRO_TK_GENERAL_ERRORThere was a general error (for example, the owner 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 )