| Description |
| Adds a new general annotation element to the annotation feature. |
| Licensing Requirement |
|
TOOLKIT for 3D Drawings
|
| Synopsis |
| #include <ProAnnotationFeat.h> |
| ProError | ProAnnotationfeatElementAdd | ( |
| 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 |
|
|