Category 3D drawings and annotations, Object ProAnnotationelem

Function ProAnnotationelemTypeGet


Description
Gets the type of annotation contained in an annotation element.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotationElem.h>
ProErrorProAnnotationelemTypeGet(
ProAnnotationElem* element
/* (In)
The annotation element.
*/
ProAnnotationType* type
/* (Out)
The annotation type.
*/
)
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

Sample Code References:

  1. pt_af_examples ( PTMfgTemplateBOM.c )
  2. pt_af_examples ( PTMfgTemplateBOM.c )