Documentation de l'API > Drawings and detail > Object ProDrawing > Function ProDrawingAnnotationErase
Function ProDrawingAnnotationErase
Description
Sets an annotation to be erased from drawing. This changes the drawing database to not show the annotation until it is explicitly shown again.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
ProDrawingAnnotationErase
(
ProDrawing drawing
/* (In)
The drawing that shows the annotation.
*/
ProAnnotation* annotation
/* (In)
The annotation (note, gtol, surface finish, symbol, ref. dim., driven dim, dimension).
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more arguments was invalid.
The annotation is not shown in the target model.
See Also
Sample Code References
User Guide References
Est-ce que cela a été utile ?