Category Drawings and detail, Object ProDtlsymdefdata

Function ProDtlsymdefdataAttachAdd


Description
Add an attachment to the symbol definition.
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefdataAttachAdd(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
ProDtlsymdefattach attach
/* (In)
The attachment.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added the attachment.
PRO_TK_BAD_INPUTSBad one or more input arguments.
PRO_TK_OUT_OF_MEMORYNumber of attachments more than PRODTL_SYM_DEF_MAX_ATTACHES

Manual References:

  1. Drawings: Symbol Definition Attachments
  2. Drawings: Creating a Symbol Definition

Sample Code References:

  1. pt_examples ( TestSymDefMenu.c )
  2. pt_userguide ( UgDtlsymdefExamples.c )