Description | |||||||||||||||||
Replaces all of the annotation element's user-defined references with the indicated sets. | |||||||||||||||||
Licensing Requirement | |||||||||||||||||
TOOLKIT for 3D Drawings | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProAnnotationElem.h> | |||||||||||||||||
ProError | ProAnnotationelemReferencesSet | ( | |||||||||||||||
ProSelection element | |||||||||||||||||
/* (In) | |||||||||||||||||
The annotation element. If the annotation element belongs to an assembly, component path must be specified. | |||||||||||||||||
*/ | |||||||||||||||||
ProBoolean allow_fix_ui | |||||||||||||||||
/* (In) | |||||||||||||||||
PRO_B_TRUE to bring up the Fix Model UI in the event of regeneration failure; PRO_B_FALSE to abort the reference setting. | |||||||||||||||||
*/ | |||||||||||||||||
ProAnnotationReference* references | |||||||||||||||||
/* (In) | |||||||||||||||||
ProArray of annotation references. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|