| 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> |
| ProError | ProDrawingLegacySetdatumtagErase | ( |
| 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 |
|
|