Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingSetdatumtagErase
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.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSetDatumTag.h>
ProDrawingSetdatumtagErase
(
ProDrawing drawing
/* (In)
The drawing where dfs needs to be shown.
*/
ProView view
/* (In)
drawing view. Should NOT be NULL
*/
/* (In)
dfs
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more arguments was invalid.
DFS cannot be shown in specified drawing view.
The annotation is not shown in the target drawing view.
DFS is place on a serface in solid but the view of the DFS is not passed.
See Also
User Guide References
¿Fue esto útil?