Documentación de la API > 3D drawings and annotations > Object ProAnnotationelem > Function ProAnnotationelemHasMissingrefs
Function ProAnnotationelemHasMissingrefs
Description
Identifies if the annotation element has a missing references of mentioned type.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProAnnotation.h>
ProAnnotationelemHasMissingrefs
(
/* (In)
The annotation element.
*/
/* (In)
The type of references to check (weak, strong, or all).
*/
/* (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
The function succeeded.
One or more input arguments was invalid.
The element has no references of the given type and source.
User Guide References
¿Fue esto útil?