MBD Table References
Functions Introduced:
These functions are applicable to MBD tables only.
Use the function
ProTableReferencesGet() to get the table references. The output argument
p_refs is a
ProArray of references that can be specified using the structure
ProAnnotationReference. Use the function
ProAnnotationreferencearrayFree() to free the array.
Use the function
ProTableReferenceDelete() to delete the specified table references. The input arguments are as follows:
• table—table for which the references need to be deleted.
• index_ref—indices of references to be deleted. You can get the existing references using the function
ProTableReferencesGet().
Use the function
ProTableReferencesAdd() to add the specified table references. The input arguments are as follows:
• table—Table for which the references need to be added.
• index_ref —ProArray of references to be added. Only 1 reference from the type PRO_ANNOT_REF_SRF_COLLECTION is allowed.