API 설명서 > Drawings and detail > Object ProDtlnote > Function ProDtlnoteRemove
Function ProDtlnoteRemove
Description
Remove a note. Make note in the database disappear on the drawing and continue to disappear after the drawing is regenerated. NOTE: The drawing must be current to use this function; to set a note to be undisplayed in a non-current drawing using ProDtlnotedataDisplayedSet() and regenerate the drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
ProDtlnoteRemove
(
/* (In)
The note.
*/
)
Returns
The function successfully removed the note.
Model is in read-only state.
One or more arguments was invalid.
Can't remove the note.
Sample Code References
User Guide References
도움이 되셨나요?