Function ProDtlnoteModify
Description
Modifies a note.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
ProDtlnoteModify
(
/* (In)
The note.
*/
ProDtlsymdef* symbol
/* (In)
If you are modifying a note from the drawing, set the symbol to NULL. If you are modifying a note from a symbol definition, set the symbol to be that symbol definition.
*/
/* (In)
The note data.
*/
)
Returns
The function successfully modified the note data.
One or more arguments was invalid.
Can't modify the note.
Sample Code References
User Guide References
これは役に立ちましたか?