Category Drawings and detail, Object ProDtlsymdefdata

Function ProDtlsymdefdataAttachSet


Description
Set attachments to the symbol definition.
Replacement in Object TOOLKIT: pfcDetailSymbolDefInstructions::Attachments
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefdataAttachSet(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
ProDtlsymdefattach* attaches
/* (In)
The ProArray of symbol definition attachments.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the attachments.
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