| Revit Preview Release API |
| ConnectionWarning Enumeration |
| See Also |
An enumerated type listing all the reasons for connectivity failure.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2016
Since:
2016
Syntax
| C# |
|---|
public enum ConnectionWarning |
| Visual Basic |
|---|
Public Enumeration ConnectionWarning |
| Visual C++ |
|---|
public enum class ConnectionWarning |
Members
| Member name | Description |
|---|---|
| Unknown | Value for unknown or unspecified reason. |
| Alignment | Value for parts were moved when rebuilt so that connectors were no longer aligned. |
| Size | Value for sizes didn't match. |
| Shape | Value for shapes didn't match. |
| Connectivity | Value for fabrication Connectivity Mismatch. |