Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataLeadersSet


Description
Sets leaders for the note.
Replacement in Object TOOLKIT: pfcDetailNoteInstructions::Leader
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataLeadersSet(
ProDtlnotedata notedata
/* (In)
The note data.
*/
ProDtlattach* leaders
/* (In)
The ProArray of leaders.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the leaders.
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 )
  2. pt_examples ( TestDtlnote.c )
  3. pt_userguide ( UgNoteCreate.c )