StructuralSectionErrorCode Enumeration


Structural Section Error Code Enumeration

Error codes for StructuralSection related operations.

Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum StructuralSectionErrorCode
Members
Member name Value Description
ElementHasIndependentJustification 7
ElementNotSupported 4
Failure 1
IncompleteDefinition 3
MediumAndFineDetailShapesAreInconsistent 6
MediumDetailShapeHasRounding 5
ShapeNotRecognized 2
Success 0
See Also