Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataAttachmentSet


Description
Sets an attachment for the specified note.
Replacement in Object TOOLKIT: pfcDetailNoteInstructions::Leader
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataAttachmentSet(
ProDtlnotedata notedata
/* (In)
The note data
*/
ProDtlattach attachment
/* (In)
The note color
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the note attachment.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestDtlnote.c )
  2. pt_examples ( TestDtlnote.c )
  3. pt_userguide ( UgDtlnoteExamples.c )
  4. pt_userguide ( UgDtlsymdefExamples.c )
  5. pt_userguide ( UgNoteCreate.c )