Category 3D drawings and annotations, Object ProAnnotationfeat

Function ProAnnotationfeatElementAdd


Description
Adds a new general annotation element to the annotation feature.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotationFeat.h>
ProErrorProAnnotationfeatElementAdd(
ProSelection feature
/* (In)
The annotation feature. If the feature belongs to an assembly, component path must be specified.
*/
ProBoolean allow_fix_ui
/* (In)
PRO_B_TRUE to bring up the Fix Model UI in the event of regeneration failure; PRO_B_FALSE to abort the element adding.
*/
ProAnnotationElem* element
/* (Out)
The new annotation element.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_CANT_MODIFYDatum Target annotation feature cannot be modified.

Manual References:

  1. Annotations: Annotation Features and Annotations: Redefining Annotation Features
  2. Annotations: Annotation Features and Annotations: Redefining Annotation Features