Category 3D drawings and annotations, Object ProAnnotationelem

Function ProAnnotationelemAnnotationGet


Description
Gets the annotation contained in an annotation element.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotationElem.h>
ProErrorProAnnotationelemAnnotationGet(
ProAnnotationElem* element
/* (In)
The annotation element.
*/
ProAnnotation* annotation
/* (Out)
The annotation.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.
PRO_TK_E_NOT_FOUNDThe annotation element does not contain an annotation.

Manual References:

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

Sample Code References:

  1. pt_af_examples ( PTAFNotesUpdate.c )
  2. pt_af_examples ( PTAFNotesUpdate.c )