Category
Drawings and detail
, Object
ProDwgtabledata
Function ProDwgtabledataAlloc
Description
Allocated memory for
ProDwgtabledata
structure
Synopsis
#include <
ProDwgtable.h
>
ProError
ProDwgtabledataAlloc
(
ProDwgtabledata
*
data
/* (Out)
pointer to the
ProDwgtabledata
structure
*/
)
Returns
PRO_TK_NO_ERROR
Success
PRO_TK_GENERAL_ERROR
Failure
Manual References:
Drawings: Creating Drawing Tables
Drawings: Creating Drawing Tables
Sample Code References:
pt_examples ( TestDrawTbl.c )
pt_userguide ( UgDwgtableExamples.c )