Description | ||||||||||||||||||||
Gets 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 | ProAnnotationelemReferenceAutopropagateGet | ( | ||||||||||||||||||
ProSelection element | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The annotation element. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProAnnotationReference* reference | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The annotation element reference. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProBoolean* autopropagate | ||||||||||||||||||||
/* (Out) | ||||||||||||||||||||
PRO_B_TRUE if the annotation element reference will be automatically propagated when data sharing features are created, PRO_B_FALSE if not. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|