Object ProTable

Function ProTableIsFromFormat


Description
Determines whether the specified table is associated with the format. This API is for drawing table only.
Synopsis
#include <ProTable.h>
ProErrorProTableIsFromFormat(
ProTable* table
/* (In)
The drawing table
*/
ProBoolean* from_format
/* (Out)
PRO_B_TRUE if the table is associated with the format; PRO_B_FALSE if the table is not associated with the format.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. Technical Summary of Changes for Creo 11.0.0.0: Model-based Definition Tables
  2. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0
  3. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables
  4. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables
  5. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables