Category Drawings and detail, Object ProDtlentitydata

Function ProDtlentitydataAlloc


Description
Allocates the data structure of a new draft entity
Synopsis
#include <ProDtlentity.h>
ProErrorProDtlentitydataAlloc(
ProMdl owner
/* (In)
An owner model handle
*/
ProDtlentitydata* entdata
/* (Out)
The draft entity data.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSInvalid input argument(s).

Manual References:

  1. Drawings: Creating, Modifying and Reading Detail Items
  2. Drawings: Draft Entity Data
  3. Drawings: Draft Entity Data

Sample Code References:

  1. pt_examples ( TestDtlentity.c )
  2. pt_userguide ( UgDtlentityExamples.c )
  3. pt_userguide ( UgDtlsymdefExamples.c )