| Description |
| Sets the annotation contained in an annotation element. Note:If the annotation element already had an annotation assigned to it, that annotation will be detached from the element and owned at the model level. |
| Licensing Requirement |
|
TOOLKIT for 3D Drawings
|
| Synopsis |
| #include <ProAnnotationElem.h> |
| ProError | ProAnnotationelemAnnotationSet | ( |
| ProSelection element | |
| /*
(In) |
| The annotation element. If the annotation element belongs to an assembly, component path must be specified. |
| */ |
| ProAnnotation* annotation | |
| /*
(In) |
| The annotation. Pass NULL to set the element to be general. |
| */ |
| ) |
| Returns |
|
|