Category 3D drawings and annotations, Object ProDtlsyminstdata

Function ProDtlsyminstdataAlloc


Description
Allocate and initialize memory for ProDtlsyminstdata structure. User must release memory by ProDtlsyminstdataFree.
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstdataAlloc(
ProMdl model
/* (In)
A model handle
*/
ProDtlsyminstdata* data
/* (Out)
The pointer to ProDtlsyminstdata structure.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocate memory.
PRO_TK_BAD_INPUTSBad argument.

Manual References:

  1. Drawings: Symbol Instance Data
  2. Drawings: Symbol Instance Data

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )
  2. pt_userguide ( UgDtlsyminstExamples.c )