Category Drawings and detail, Object ProDtlnote

Function ProDtlnoteDtlsyminstsCollect


Description
Returns a list of all symbol instances which are declared in a detail note via the "sym()" callout format.

Note: The instances are returned in the order they are encountered in the note text.

Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnoteDtlsyminstsCollect(
ProDtlnote* note
/* (In)
The detail note.
*/
ProDtlsyminst** instances
/* (Out)
ProArray of symbol instances. Free this using ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThere are no symbol instances generated as a callout in this note.

Manual References:

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