Category Drawings and detail, Object ProDtlnoteline

Function ProDtlnotelineTextsCollect


Description
Returns text entities contained in the note line. Each text entity can have its own properties and parametric references.
Replacement in Object TOOLKIT: pfcDetailTextLine::Texts
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotelineTextsCollect(
ProDtlnoteline line
/* (In)
Line in note returned by function ProDtlnotedataLinesCollect().
*/
ProDtlnotetext** text
/* (Out)
ProArray of text entities. Free the array memory with ProArayFree().
*/
)
Returns
PRO_TK_NO_ERRORFunction completed successfully
PRO_TK_BAD_INPUTSOne or more bad arguments
Pro_E_TK_NOT_FOUNDNo text entities in specified line

Manual References:

  1. Drawings: Detail Note Line Data

Sample Code References:

  1. pt_examples ( TestDtlnote.c )
  2. pt_examples ( TestDtlnote.c )
  3. pt_examples ( TestDtlnote.c )
  4. pt_examples ( TestDtlsyminst.c )
  5. pt_examples ( TestSymDefInfo.c )