Description | ||||||||
Obtains a list of the element diagnostics for the element. These contain warnings and errors regarding the value of the element, within the context of the feature and remainder of the element tree. | ||||||||
Synopsis | ||||||||
#include <ProElement.h> | ||||||||
ProError | ProElementDiagnosticsCollect | ( | ||||||
ProElement element | ||||||||
/* (In) | ||||||||
The element. | ||||||||
*/ | ||||||||
ProElemdiagnostic** diagnostics | ||||||||
/* (Out) | ||||||||
A ProArray containing any potential problems associated to this element or its value. Free this using ProElemdiagnosticProarrayFree. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|