API Documentation > 3D drawings and annotations > Object ProAnnotationelem > Function ProAnnotationelemReferenceAutopropagateGet
Function ProAnnotationelemReferenceAutopropagateGet
Description
Gets the autopropagate flag of the specified annotation element reference.Applicable only for annotation elements owned in annotation features.
Licensing Requirement
Synopsis
ProAnnotationelemReferenceAutopropagateGet
(
ProSelection element
/* (In)
The annotation element.
*/
/* (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
The function succeeded.
One or more inputs was invalid.
The element is not owned by an annotation feature.
The annotation element doesn't contain this reference
This type of reference does not have an autopropagate flag.
License check failure.
User Guide References
Was this helpful?