Constructor.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ConnectionValidationWarning( ConnectionResolution resolution, ConnectionWarning reason, ElementId part1, ElementId part2 )
Parameters
- resolution ConnectionResolution
- Resolution type.
- reason ConnectionWarning
- Warning reason.
- part1 ElementId
- First element Id.
- part2 ElementId
- Second element Id.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
