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> | |||||||||||
ProError | ProDtlnotelineTextsCollect | ( | |||||||||
ProDtlnoteline line | |||||||||||
/* (In) | |||||||||||
Line in note returned by function ProDtlnotedataLinesCollect(). | |||||||||||
*/ | |||||||||||
ProDtlnotetext** text | |||||||||||
/* (Out) | |||||||||||
ProArray of text entities. Free the array memory with ProArayFree(). | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|