Category Drawings and detail, Object ProDwgtabledata

Function ProDwgtabledataAlloc


Description
Allocated memory for ProDwgtabledata structure
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtabledataAlloc(
ProDwgtabledata* data
/* (Out)
pointer to the ProDwgtabledata structure
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_GENERAL_ERRORFailure

Manual References:

  1. Drawings: Creating Drawing Tables
  2. Drawings: Creating Drawing Tables

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )
  2. pt_userguide ( UgDwgtableExamples.c )