Category Feature element trees, Object ProReference

Function ProReferenceDiagnosticsCollect


Description
Obtains a list of the reference diagnostics for the reference handle. These contain warnings and errors regarding the state of the reference, within the context of the feature.
Synopsis
#include <ProElement.h>
ProErrorProReferenceDiagnosticsCollect(
ProReference reference
/* (In)
The reference handle.
*/
ProElemdiagnostic** diagnostics
/* (Out)
A ProArray containing any potential problems associated to this reference handle. Free this using ProElemdiagnosticProarrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded. PRO_TK_E_NOT_FOUND -The size of diagnostic array is zero.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Element Trees: Principles of Feature Creation: Feature Element Diagnostics