StructuralSectionErrorCode Enumeration

StructuralSectionErrorCode 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
Public Enumeration StructuralSectionErrorCode
public enum class StructuralSectionErrorCode
type StructuralSectionErrorCode
Members
Member nameValueDescription
ElementHasIndependentJustification7 
ElementNotSupported4 
Failure1 
IncompleteDefinition3 
MediumAndFineDetailShapesAreInconsistent6 
MediumDetailShapeHasRounding5 
ShapeNotRecognized2 
Success0 
See Also