| Description |
| Sets the description property for a given annotation element reference. |
| Licensing Requirement |
|
TOOLKIT for 3D Drawings
|
| Synopsis |
| #include <ProAnnotationElem.h> |
| ProError | ProAnnotationelemReferenceDescriptionSet | ( |
| ProAnnotationElem* element | |
| /*
(In) |
| The annotation element. If the annotation element belongs to an assembly, component path must be specified. |
| */ |
| ProAnnotationReference* reference | |
| /*
(In) |
| The reference. |
| */ |
| ProLine description | |
| /*
(In) |
| The description for the annotation element. |
| */ |
| ) |
| Returns |
|
|