API Documentation > 3D drawings and annotations > Object ProAnnotationelem > Function ProAnnotationelemArrayReferencesSet
Function ProAnnotationelemArrayReferencesSet
Description
Replaces all of the each of the annotation elements' user-defined references with the indicated sets.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
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.
*/
/* (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.
*/
/* (In)
ProArray of annotation reference sets. The number of sets should match the number of elements to be modified.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more inputs was invalid.
The reference array contains the same reference more than once.
Reference modification was aborted due to regeneration failure.
User defined references are not permitted for driving dimension annotation elements.
The number of reference sets does not match the number of elements supplied.
One or more annotation elements do not belong to the owner feature.
User Guide References
Was this helpful?