API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingSetDatumTagIsShown
Function ProDrawingSetDatumTagIsShown
Description
Determines if an Set Datum Tag is shown in a particular view of a drawing.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProSetDatumTag.h>
ProDrawingSetDatumTagIsShown
(
ProSetDatumTag* set_datum_tag
/* (In)
The set datum tag.
*/
ProDrawing drawing
/* (In)
The drawing that shows the annotation.
*/
ProView view
/* (In)
The drawing view.
*/
ProBoolean* is_shown
/* (Out)
PRO_B_TRUE if the set datum tag is shown, PRO_B_FALSE if it is not shown in the target view.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
DFS cannot be shown in specified drawing view.
User Guide References
Was this helpful?