| Revit 2019.2 API |
| ConnectionValidationWarning..::..Reason Property |
| ConnectionValidationWarning Class See Also |
Enumeration for reason of warning.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:
2016
Syntax
| C# |
|---|
public ConnectionWarning Reason { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Reason As ConnectionWarning Get |
| Visual C++ |
|---|
public: property ConnectionWarning Reason { ConnectionWarning get (); } |