Function ProNoteDelete
Description
Deletes a note in the specified model. The valid model types are PRO_PART and PRO_ASSEMBLY.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
ProNoteDelete
(
ProNote* note_item
/* (In)
The note to delete
*/
)
Returns
The function successfully deleted the note.
Model is in read-only state.
The argument is invalid.
Could not delete the given item because it has read-only access.
Sample Code References
User Guide References
これは役に立ちましたか?