Category Drawings and detail, Object ProDrawing

Function ProDrawingSetdatumtagErase


Description
Sets an set datum tag to be erased from drawing view. This changes the drawing database to not show the annotation until it is explicitly shown again.
Synopsis
#include <ProSetDatumTag.h>
ProErrorProDrawingSetdatumtagErase(
ProDrawing drawing
/* (In)
The drawing where dfs needs to be shown.
*/
ProView view
/* (In)
drawing view. Should NOT be NULL
*/
ProSetDatumTag* tag
/* (In)
dfs
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_BAD_CONTEXTDFS cannot be shown in specified drawing view.
PRO_TK_NO_CHANGEThe annotation is not shown in the target drawing view.
PRO_TK_E_AMBIGUOUSDFS is place on a serface in solid but the view of the DFS is not passed.
See Also
ProAnnotationShow
ProAnnotationIsShown
ProCombstateAnnotationErase
ProDrawingAnnotationErase

Manual References:

  1. Annotations: Annotation Features and Annotations: Accessing Set Datum Tags
  2. Annotations: Annotation Features and Annotations: Accessing Set Datum Tags