Category 3D drawings and annotations, Object ProAnnotationelem

Function ProAnnotationelemCopyGet


Description
Gets the copy flag of the specified annotation element (determines if references will be copied into the element).
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotationElem.h>
ProErrorProAnnotationelemCopyGet(
ProAnnotationElem* element
/* (In)
The annotation element.
*/
ProBoolean* copy
/* (Out)
PRO_B_TRUE if the annotation element contains copies of its references, PRO_B_FALSE if not.
*/
)
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