Category 3D drawings and annotations, Object ProAnnotationelem

Function ProAnnotationelemIsIncomplete


Description
Identifies if the annotation element is incomplete due to missing strong references.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotationElem.h>
ProErrorProAnnotationelemIsIncomplete(
ProAnnotationElem* element
/* (In)
The annotation element.
*/
ProBoolean* is_incomplete
/* (Out)
PRO_B_TRUE if the annotation element has missing strong references, PRO_B_FALSE overvise.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Accessing Annotation Elements
  2. Annotations: Annotation Features and Annotations: Accessing Annotation Elements