Description | ||||||||||||||
Gets the references contained in an annotation element. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for 3D Drawings | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProAnnotationElem.h> | ||||||||||||||
ProError | ProAnnotationelemReferencesCollect | ( | ||||||||||||
ProAnnotationElem* element | ||||||||||||||
/* (In) | ||||||||||||||
The annotation element. | ||||||||||||||
*/ | ||||||||||||||
ProAnnotationRefFilter ref_type | ||||||||||||||
/* (In) | ||||||||||||||
The type of references to collect (weak, strong, or all). | ||||||||||||||
*/ | ||||||||||||||
ProAnnotationRefFromType source | ||||||||||||||
/* (In) | ||||||||||||||
The source of the references (from the annotation, from the user, or all). | ||||||||||||||
*/ | ||||||||||||||
ProAnnotationReference** references | ||||||||||||||
/* (Out) | ||||||||||||||
The annotation references. Free this using ProAnnotationreferencearrayFree(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|