Category 3D drawings and annotations, Object ProAnnotationelem

Function ProAnnotationelemIsDependent


Description
Gets the dependency flag of the specified annotation element. Applicable only for annotation elements owned by data sharing features.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotationElem.h>
ProErrorProAnnotationelemIsDependent(
ProAnnotationElem* element
/* (In)
The annotation element.
*/
ProBoolean* dependent
/* (Out)
PRO_B_TRUE if the annotation element is dependent on its parent, PRO_B_FALSE if not.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.
PRO_TK_CANT_ACCESSThe element is not owned by a data sharing feature.

Manual References:

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