Category 3D drawings and annotations, Object ProNote

Function ProNoteLinelistGet


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProNoteTextGet
Description
Copies the specified note to the line list.

NOTE: This function is superseded by ProNoteTextGet().

Synopsis
#include <ProNote.h>
ProErrorProNoteLinelistGet(
ProNote* note_item
/* (In)
The note to copy.
*/
ProLinelist* p_line_list
/* (Out)
The line list of the ProArray to which to copy the note. Use ProArrayFree() to free the memory.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully copied the note.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProArrayFree