Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataLinesCollect


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

Manual References:

  1. Drawings: Detail Note Data
  2. Drawings: Detail Note Data
  3. Annotations: Geometric Tolerances: Creating a Geometric Tolerance

Sample Code References:

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