Category 3D drawings and annotations, Object ProAnnotation

Function ProAnnotationIsInactive


Description
Identifies if the annotation is inactive due to missing references.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotation.h>
ProErrorProAnnotationIsInactive(
ProAnnotation* annotation
/* (In)
The annotation (note, gtol, surface finish, symbol, ref. dim., driven dim).
*/
ProBoolean* is_inactive
/* (Out)
PRO_B_TRUE if the annotation cannot be displayed due to missing references, PRO_B_FALSE if it can be displayed.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.
PRO_TK_NO_LICENSELicense check failure.

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