Function ProNoteLinelistSet
DEPRECATED:
Since Wildfire 5.0
SUPERSEDED BY:
Description
Copies the specified line list to the note.
NOTE: This function is superseded by ProNoteTextSet().
Synopsis
#include <ProNote.h>
ProNoteLinelistSet
(
ProNote* note_item
/* (In)
The note to which to copy the line list
*/
ProLinelist line_list
/* (In)
The line list of the ProArray
*/
)
Returns
The function successfully copied the line list.
Model is in read-only state.
One or more of the arguments are invalid.
Could not modify the given item because it has read-only access.
Was this helpful?