Category 3D drawings and annotations, Object ProNote

Function ProNoteLinelistSet


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

NOTE: This function is superseded by ProNoteTextSet().

Synopsis
#include <ProNote.h>
ProErrorProNoteLinelistSet(
ProNote* note_item
/* (In)
The note to which to copy the line list
*/
ProLinelist line_list
/* (In)
The line list of the ProArray
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully copied the line list.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.