API Documentation > 3D drawings and annotations > Object ProAnnotation > Function ProAnnotationReferencesInheritGet
Function ProAnnotationReferencesInheritGet
Description
Check if child annotation inherits references from parent.
Synopsis
#include <ProAnnotation.h>
ProAnnotationReferencesInheritGet
(
ProAnnotation* annotation
/* (In)
Annotation.
*/
ProBoolean* inherit
/* (Out)
PRO_B_TRUE if child annotation inherits references.
*/
)
Returns
The function succeeded.
annotation is not child annotation.
One or more input arguments was invalid.
child annotation not supported to inherit references.
User Guide References
Was this helpful?