Category Drawings and detail, Object ProDtlnote

Function ProDtlnoteDelete


Description
Deletes a note.
Replacement in Object TOOLKIT: pfcDetailItem::Delete
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnoteDelete(
ProDtlnote* note
/* (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
PRO_TK_NO_ERRORThe function successfully deleted the note data.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_GENERAL_ERRORThe note could not be deleted.

Manual References:

  1. Drawings: Creating, Modifying and Reading Detail Items

Sample Code References:

  1. pt_examples ( TestDtlnote.c )