Category Drawings and detail, Object ProDrawing

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.
Synopsis
#include <ProAnnotation.h>
ProErrorProDrawingAnnotationErase(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_NO_CHANGEThe annotation is not shown in the target model.
See Also
ProAnnotationShow
ProAnnotationIsShown
ProCombstateAnnotationErase

Manual References:

  1. Annotations: Annotation Features and Annotations: Access to Annotations
  2. Annotations: Annotation Features and Annotations: Access to Annotations

Sample Code References:

  1. pt_examples ( TestDimension.c )