Category
Drawings and detail
, Object
ProDtlentitydata
Function ProDtlentitydataFree
Description
Frees the data structure that contains the item.
Synopsis
#include <
ProDtlentity.h
>
ProError
ProDtlentitydataFree
(
ProDtlentitydata
entdata
/* (In)
The draft entity data.
*/
)
Returns
PRO_TK_NO_ERROR
The function completed successfully.
PRO_TK_BAD_INPUTS
Invalid input argument(s).
Manual References:
Drawings: Draft Entity Data
Drawings: Draft Entity Data
Sample Code References:
pt_examples ( TestDtlentity.c )
pt_examples ( TestDtlentity.c )
pt_examples ( TestDtlentity.c )
pt_examples ( TestDtlentity.c )
pt_examples ( TestSymDefMenu.c )
pt_userguide ( UgDtlentityExamples.c )
pt_userguide ( UgDtlsymdefExamples.c )