API Documentation > 3D drawings and annotations > Object ProAnnotation > Function ProAnnotationReferenceIsInherit
Function ProAnnotationReferenceIsInherit
Description
Checks if specified reference is inherited annotation reference.
Synopsis
#include <ProAnnotation.h>
ProAnnotationReferenceIsInherit
(
ProAnnotation* annotation
/* (In)
Annotation.
*/
/* (In)
annotation reference
*/
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?