API 文件集 > Miscellaneous > Object ProAnnotationreferenceset > Function ProAnnotationreferencesetReferenceAdd
Function ProAnnotationreferencesetReferenceAdd
Description
Adds a reference to the annotation set.
Replacement in Object TOOLKIT:
Synopsis
ProAnnotationreferencesetReferenceAdd
(
/* (In)
The annotation reference set.
*/
/* (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
The function succeeded.
One or more input arguments was invalid.
User Guide References
這是否有幫助?