Category Drawings and detail, Object ProDtlsymdefdata

Function ProDtlsymdefdataAttachGet


Description
Get attachments of the symbol definition.
Replacement in Object TOOLKIT: pfcDetailSymbolDefInstructions::Attachments
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefdataAttachGet(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
ProDtlsymdefattach** attaches
/* (Out)
The pointer to the ProArray of symbol definition attachments. Function allocates memory for array. User must release memory by ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the attachments.
PRO_TK_BAD_INPUTSBad one or more input arguments.
PRO_TK_E_NOT_FOUNDNo attachments were found.

Manual References:

  1. Drawings: Symbol Definition Attachments

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )
  2. pt_examples ( TestSymDefInfo.c )