API 文件集 > Drawings and detail > Object ProDrawing > Function ProDrawingLegacySetdatumtagErase
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>
ProDrawingLegacySetdatumtagErase
(
ProDrawing drawing
/* (In)
The drawing where legacy set datum tag needs to be shown.
*/
ProView view
/* (In)
drawing view. Should NOT be NULL
*/
/* (In)
component path.
*/
/* (In)
legacy set datum tag
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more arguments was invalid.
Set datum tag cannot be shown in specified drawing view.
The annotation is not shown in the target drawing view.
not a legacy set datum tag.
User Guide References
這是否有幫助?