Category
Drawings and detail
, Object
ProDtlentitydata
Function ProDtlentitydataAlloc
Description
Allocates the data structure of a new draft entity
Synopsis
#include <
ProDtlentity.h
>
ProError
ProDtlentitydataAlloc
(
ProMdl
owner
/* (In)
An owner model handle
*/
ProDtlentitydata
*
entdata
/* (Out)
The draft entity data.
*/
)
Returns
PRO_TK_NO_ERROR
The function completed successfully.
PRO_TK_BAD_INPUTS
Invalid input argument(s).
Manual References:
Drawings: Creating, Modifying and Reading Detail Items
Drawings: Draft Entity Data
Drawings: Draft Entity Data
Sample Code References:
pt_examples ( TestDtlentity.c )
pt_userguide ( UgDtlentityExamples.c )
pt_userguide ( UgDtlsymdefExamples.c )