Category 3D drawings and annotations, Object ProNote

Function ProNoteDelete


Description
Deletes a note in the specified model. The valid model types are PRO_PART and PRO_ASSEMBLY.
Replacement in Object TOOLKIT: pfcNote::Delete
Synopsis
#include <ProNote.h>
ProErrorProNoteDelete(
ProNote* note_item
/* (In)
The note to delete
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the note.
PRO_TK_BAD_INPUTSThe argument is invalid.
PRO_TK_CANT_WRITECould not delete the given item because it has read-only access.

Manual References:

  1. Annotations: Annotation Features and Annotations: Creating and Deleting Notes

Sample Code References:

  1. pt_examples ( TestSetup.c )