Category 3D drawings and annotations, Object ProAnnotationelem

Function ProAnnotationelemHasMissingrefs


Description
Identifies if the annotation element has a missing references of mentioned type.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotation.h>
ProErrorProAnnotationelemHasMissingrefs(
ProAnnotationElem* element
/* (In)
The annotation element.
*/
ProAnnotationRefFilter type
/* (In)
The type of references to check (weak, strong, or all).
*/
ProAnnotationRefFromType source
/* (In)
The source of the references (from the annotation, from the user, or all).
*/
ProBoolean at_least_one
/* (In)
For the references of specified type and source:
*/
ProBoolean* has_missing_refs
/* (Out)
PRO_B_TRUE if the annotation element has missing references, PRO_B_FALSE otherwise.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe element has no references of the given type and source.

Manual References:

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