Description |
| Removes a series of annotation elements from an annotation feature or data sharing feature. For annotation feature elements, the element will be deleted, but the annotation that it contains (if applicable) will remain in the model but not be a part of any feature. For data sharing features, this annotation element will no longer be propagated in this feature. The parent model of the data sharing feature must be in memory to allow this removal to succeed. |
Licensing Requirement |
|
TOOLKIT for 3D Drawings
|
Synopsis |
#include <ProAnnotationFeat.h> |
ProError | ProAnnotationfeatElementArrayDelete | ( |
| ProSelection feature | |
| /*
(In) |
| The annotation feature. If the feature belongs to an assembly, component path must be specified. |
| */ |
| ProSelection* elements | |
| /*
(In) |
| ProArray of the annotation elements. Include the assembly path if in the context of an assembly subcomponent. |
| */ |
| ProBoolean allow_fix_ui | |
| /*
(In) |
| PRO_B_TRUE to go to the Fix Model UI on regeneration failure, PRO_B_FALSE to undo changes on regeneration failure. |
| */ |
) |
Returns |
|
|