Function ProDtlnoteCreate
Description
Creates a note.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
ProDtlnoteCreate
(
ProMdl owner
/* (In)
The owner handle.
*/
ProDtlsymdef* symbol
/* (In)
If you are adding a note to the drawing, set the symbol to NULL. If you are adding a note to a symbol definition, set the symbol to be that symbol definition.
*/
/* (In)
The note data.
*/
/* (Out)
Created note.
*/
)
Returns
The function successfully created the note.
Model is in read-only state.
One or more arguments was invalid.
The note could not be created.
Sample Code References
User Guide References
Was this helpful?