StructuralSectionErrorCode Enumeration |
Error codes for StructuralSection related operations.
Namespace: Autodesk.Revit.DB.Structure.StructuralSectionsAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum StructuralSectionErrorCode
Public Enumeration StructuralSectionErrorCode
public enum class StructuralSectionErrorCode
type StructuralSectionErrorCode
Members| Member name | Value | Description |
|---|
| ElementHasIndependentJustification | 7 | |
| ElementNotSupported | 4 | |
| Failure | 1 | |
| IncompleteDefinition | 3 | |
| MediumAndFineDetailShapesAreInconsistent | 6 | |
| MediumDetailShapeHasRounding | 5 | |
| ShapeNotRecognized | 2 | |
| Success | 0 | |
See Also