Description | ||||||||
Adds a reference to the annotation set. | ||||||||
Synopsis | ||||||||
#include <ProAnnotationElem.h> | ||||||||
ProError | ProAnnotationreferencesetReferenceAdd | ( | ||||||
ProAnnotationReferenceSet reference_set | ||||||||
/* (In) | ||||||||
The annotation reference set. | ||||||||
*/ | ||||||||
ProAnnotationReference* reference | ||||||||
/* (In) | ||||||||
The reference to add. | ||||||||
*/ | ||||||||
ProBoolean strong | ||||||||
/* (In) | ||||||||
PRO_B_TRUE if the reference is to be strong; PRO_B_FALSE if it is to be weak. | ||||||||
*/ | ||||||||
ProLine description | ||||||||
/* (In) | ||||||||
The reference description. Can be NULL. | ||||||||
*/ | ||||||||
ProBoolean autopropagate | ||||||||
/* (In) | ||||||||
PRO_B_TRUE if the reference will be autopropagated into data sharing features, PRO_B_FALSE otherwise. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|