Category Drawings and detail, Object ProDwgtable

Function ProDwgtableIsFromFormat


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProTableIsFromFormat
Description
Determines whether the specified table is associated with the format.
Replacement in Object TOOLKIT: pfcTable::CheckIfIsFromFormat
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableIsFromFormat(
ProDwgtable* 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: Functions superseded from Creo 1.0 to Creo 11.0
  2. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )
  2. pt_examples ( TestDrwInfo.c )