Category 3D drawings and annotations, Object ProDtlsyminstdata

Function ProDtlsyminstdataAttachmentSet


Description
Set a symbol definition attachment.
Replacement in Object TOOLKIT: pfcDetailSymbolInstInstructions::InstAttachment
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstdataAttachmentSet(
ProDtlsyminstdata data
/* (In)
The symbol instance data.
*/
ProDtlattach attachment
/* (In)
The symbol definition attachment.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the attachment.
PRO_TK_BAD_INPUTSOne or more arguments were invalid.

Manual References:

  1. Drawings: Symbol Instance Data
  2. Drawings: Symbol Instance Data

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )
  2. pt_examples ( TestDtlsyminst.c )
  3. pt_userguide ( UgDtlsyminstExamples.c )