Category 3D drawings and annotations, Object ProAnnotationelem

Function ProAnnotationelemReferenceIsStrong


Description
Identifies if a reference is weak or strong in a given annotation element.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotationElem.h>
ProErrorProAnnotationelemReferenceIsStrong(
ProAnnotationElem* element
/* (In)
The annotation element.
*/
ProAnnotationReference* reference
/* (In)
The reference item.
*/
ProBoolean* is_strong
/* (Out)
PRO_B_TRUE if the reference is strong, PRO_B_FALSE if it is weak.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.
PRO_TK_E_NOT_FOUNDThe annotation element doesn't contain this reference.

Manual References:

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