Category Drawings and detail, Object ProDrawing

Function ProDrawingLegacySetdatumtagErase


Description
Sets an legacy 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. Note: Only allowed for legacy Set Datum tag
Synopsis
#include <ProSetDatumTag.h>
ProErrorProDrawingLegacySetdatumtagErase(
ProDrawing drawing
/* (In)
The drawing where legacy set datum tag needs to be shown.
*/
ProView view
/* (In)
drawing view. Should NOT be NULL
*/
ProAsmcomppath* path
/* (In)
component path.
*/
ProSetDatumTag* tag
/* (In)
legacy set datum tag
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_BAD_CONTEXTSet datum tag cannot be shown in specified drawing view.
PRO_TK_NO_CHANGEThe annotation is not shown in the target drawing view.
PRO_TK_INVALID_TYPEnot a legacy set datum tag.

Manual References:

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