Category 3D drawings and annotations, Object ProAnnotation

Function ProAnnotationIsShown


Description
Determines if an annotation is shown in a particular model.
Synopsis
#include <ProAnnotation.h>
ProErrorProAnnotationIsShown(
ProAnnotation* annotation
/* (In)
The annotation (note, gtol, surface finish, symbol, ref. dim., driven dim, dimension).

Note: regular dimensions may only be shown in a drawing.

*/
ProDrawing drawing
/* (In)
The drawing that shows the annotation. Pass NULL to inquire about the annotation in the solid model.
*/
ProBoolean* is_shown
/* (Out)
PRO_B_TRUE if the annotation is shown, PRO_B_FALSE if it is not shown in the target model.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_NO_LICENSELicense check failure.
See Also
ProAnnotationShow
ProAnnotationErase

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Access to Annotations
  3. Annotations: Annotation Features and Annotations: Access to Annotations