Category Drawings and detail, Object ProDwgtable

Function ProDwgtableIsFromFormat


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. Drawings: Reading Drawing Tables
  2. Drawings: Reading Drawing Tables

Sample Code References:

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