Category Drawings and detail, Object ProDrawing

Function ProDrawingSetDatumTagIsShown


Description
Determines if an Set Datum Tag is shown in a particular view of a drawing.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProSetDatumTag.h>
ProErrorProDrawingSetDatumTagIsShown(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_BAD_CONTEXTDFS cannot be shown in specified drawing view.

Manual References:

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