Documentación de la API > Drawings and detail > Object ProDtlnoteline > Function ProDtlnotelineTextsCollect
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:
Synopsis
#include <ProDtlnote.h>
ProDtlnotelineTextsCollect
(
/* (In)
Line in note returned by function ProDtlnotedataLinesCollect().
*/
/* (Out)
ProArray of text entities. Free the array memory with ProArayFree().
*/
)
Returns
Function completed successfully
One or more bad arguments
Pro_E_TK_NOT_FOUND
No text entities in specified line
Sample Code References
User Guide References
¿Fue esto útil?