Reviewable warnings are created for all entries contained in the connection validation information.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void PostReviewableWarningsForBadConnections( ConnectionValidationInfo info )
Parameters
- info ConnectionValidationInfo
- The connection information created from the connection validation check.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | this operation failed. |
