API 설명서 > Drawings and detail > Object ProDtlnote > Function ProDtlnoteDelete
Function ProDtlnoteDelete
Description
Deletes a note.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
ProDtlnoteDelete
(
/* (In)
The note.
*/
ProDtlsymdef* symbol
/* (In)
If you are deleting a note from the drawing, set the symbol to NULL. If you are deleting a note from a symbol definition, set the symbol to be that symbol definition.
*/
)
Returns
The function successfully deleted the note data.
One or more arguments was invalid.
The note could not be deleted.
Sample Code References
User Guide References
도움이 되셨나요?