Category
3D drawings and annotations
, Object
ProDtlsyminstdata
Function ProDtlsyminstdataFree
Description
Release memory allocated by
ProDtlsyminstdataAlloc.
Synopsis
#include <
ProDtlsyminst.h
>
ProError
ProDtlsyminstdataFree
(
ProDtlsyminstdata
data
/* (In)
The symbol instance data.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully release memory.
PRO_TK_BAD_INPUTS
Bad argument.
Manual References:
Drawings: Symbol Instance Data
Drawings: Symbol Instance Data
Sample Code References:
pt_examples ( TestDtlsyminst.c )
pt_userguide ( UgDtlsyminstExamples.c )