Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataLeadersCollect


Description
Collect leaders in the specified note.
Replacement in Object TOOLKIT: pfcDetailNoteInstructions::Leader
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataLeadersCollect(
ProDtlnotedata notedata
/* (In)
The note data.
*/
ProDtlattach** leaders
/* (Out)
The ProArray of leaders. The function allocates memory for the array. User must release memory by ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully collected the leaders.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_OUT_OF_MEMORYNot enough memory.
PRO_TK_E_NOT_FOUNDNo leaders were found.

Manual References:

  1. Drawings: Detail Attachments and Leaders
  2. Drawings: Detail Note Data
  3. Drawings: Detail Note Data

Sample Code References:

  1. pt_examples ( TestDtlnote.c )
  2. pt_examples ( TestDtlnote.c )
  3. pt_examples ( TestDtlnote.c )