Description | |||||||||||||||||||||||
Replaces all of the each of the annotation elements' user-defined references with the indicated sets. | |||||||||||||||||||||||
Licensing Requirement | |||||||||||||||||||||||
TOOLKIT for 3D Drawings | |||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||
#include <ProAnnotationElem.h> | |||||||||||||||||||||||
ProError | ProAnnotationelemArrayReferencesSet | ( | |||||||||||||||||||||
ProSelection feature | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
The feature which owns all of the annotation elements. If the feature's references are to other members of an assembly, the component path must be specified. | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
ProAnnotationElem* element | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
ProArray of annotation elements. All of these elements must belong to the same feature. | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
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. | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
ProAnnotationReferenceSet* reference_set | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
ProArray of annotation reference sets. The number of sets should match the number of elements to be modified. | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
) | |||||||||||||||||||||||
Returns | |||||||||||||||||||||||
|