Category Drawings and detail, Object ProDtlsymdefdata

Function ProDtlsymdefdataAlloc


Description
Allocate and initialize memory for symbol definition data. User must release memory by ProDtlsymdefdataFree
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefdataAlloc(
ProMdl model
/* (In)
The model handle.
*/
ProDtlsymdefdata* symdefdata
/* (Out)
The symbol definition data.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated memory.
PRO_TK_BAD_INPUTSBad argument.
PRO_TK_OUT_OF_MEMORYNot enough memory.

Manual References:

  1. Drawings: Symbol Definition Data
  2. Drawings: Symbol Definition Data
  3. Drawings: Creating a Symbol Definition

Sample Code References:

  1. pt_examples ( TestSymDefMenu.c )
  2. pt_examples ( TestSymDefMenu.c )
  3. pt_userguide ( UgDtlsymdefExamples.c )