| Description |
| Sets the autopropagate flag of the specified annotation element reference. Applicable only for annotation elements owned in annotation features. |
| Licensing Requirement |
|
TOOLKIT for 3D Drawings
|
| Synopsis |
| #include <ProAnnotationElem.h> |
| ProError | ProAnnotationelemReferenceAutopropagateSet | ( |
| ProSelection element | |
| /*
(In) |
| The annotation element. |
| */ |
| ProAnnotationReference* reference | |
| /*
(In) |
| The annotation element reference. |
| */ |
| ProBoolean autopropagate | |
| /*
(In) |
| PRO_B_TRUE if the annotation element reference will be automatically propagated when data sharing features are created, PRO_B_FALSE if not. |
| */ |
| ) |
| Returns |
|
|