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>
ProReferenceDiagnosticsCollect
(
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
The function succeeded. PRO_TK_E_NOT_FOUND -The size of diagnostic array is zero.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?