Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataAttachmentGet


Description
Gets an attachment for the specified note.
Replacement in Object TOOLKIT: pfcDetailNoteInstructions::Leader
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataAttachmentGet(
ProDtlnotedata notedata
/* (In)
The note data.
*/
ProDtlattach* attachment
/* (Out)
The note attachment. Release memory using ProDtlattachFree
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the note attachment.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_OUT_OF_MEMORYNot enough memory.

Manual References:

  1. Drawings: Detail Note Data
  2. Drawings: Detail Note Data

Sample Code References:

  1. pt_examples ( TestDtlnote.c )