Feature Element Diagnostics
Functions Introduced:
The function ProElementDiagnosticsCollect() obtains a ProArray of diagnostics for the element. These diagnostics include warnings and errors regarding the value of the element within the context of the feature and remainder of the element tree. Use the function ProElemdiagnosticProarrayFree() to free the ProArray of diagnostic items.
The function ProElemdiagnosticSeverityGet() returns the severity of the diagnostic item for the element.
The function ProElemdiagnosticMessageGet() obtains the message describing the diagnostic item for the element. This message is in the user’s localized language.
The function ProElemdiagnosticFree() frees the diagnostic item for the element.
The function ProReferenceDiagnosticsCollect() obtains a ProArray of diagnostics for the reference element. These diagnostics include warnings and errors regarding the state of the reference element within the context of the feature.
這是否有幫助?