Creating and Deleting Notes
Functions Introduced:
• ProSolidNoteCreate()
• ProNoteDelete()
The function ProSolidNoteCreate() takes as input a ProMdl for the solid (either a part or an assembly), a ProModelitem for the owner of the note, and an expandable array ProLineList for the note text. The function outputs a ProNote object for the created note. Once the note is created, use the function ProAnnotationShow() to display it.
The function ProNoteDelete() deletes the note specified by its ProNote object. Notes stored in annotation elements should be deleted using ProAnnotationfeatElementDelete().