API Documentation > 3D drawings and annotations > Object ProAnnotation > Function ProAnnotationReferencesInheritSet
Function ProAnnotationReferencesInheritSet
Description
Set if child annotation can inherits references from parent.
Synopsis
#include <ProAnnotation.h>
ProAnnotationReferencesInheritSet
(
ProAnnotation* annotation
/* (In)
Annotation.
*/
ProBoolean inherit
/* (In)
PRO_B_TRUE to inherit references from parent.
*/
)
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?