Function ProDtlnoteShow
Description
Show a note. Make note in the database appear on the drawing and continue to appear after the drawing is regenerated. NOTE: The drawing must be current to use this function; to set a note to be displayed in a non-current drawing using ProDtlnotedataDisplayedSet() and regenerate the drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
ProDtlnoteShow
(
/* (In)
The note.
*/
)
Returns
The function successfully show the note.
Model is in read-only state.
One or more arguments was invalid.
Can't show the note.
Sample Code References
User Guide References
Was this helpful?