Category 3D drawings and annotations, Object ProAnnotationelem

Function ProAnnotationelemFeatureGet


Description
Gets the feature that owns an annotation element.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotationElem.h>
ProErrorProAnnotationelemFeatureGet(
ProAnnotationElem* element
/* (In)
The annotation element.
*/
ProFeature* feat
/* (Out)
The feature that owns the element.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Accessing Annotation Elements
  3. Annotations: Annotation Features and Annotations: Accessing Annotation Elements

Sample Code References:

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