An enumerated type listing all code checking status of the structural connection element.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum StructuralConnectionCodeCheckingStatus
Members
| Member name | Value | Description |
|---|
| CheckingFailed | 2 |
Status checking failed.
|
| NotCalculated | 0 |
Status not calculated.
|
| OkChecked | 1 |
Status OK checked.
|
See Also
Reference