Object ProAnnotationreferenceset

Function ProAnnotationreferencesetReferenceAdd


Description
Adds a reference to the annotation set.
Synopsis
#include <ProAnnotationElem.h>
ProErrorProAnnotationreferencesetReferenceAdd(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Modification of Annotation Elements
  2. Annotations: Annotation Features and Annotations: Modification of Annotation Elements