Revit 2026 API
Structural |
Represents wall nominal thickness of rectangle.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double WallNominalThickness { get; set; }
Public Property WallNominalThickness As Double Get Set
public: property double WallNominalThickness { double get (); void set (double value); }
member WallNominalThickness : float with get, set
Property Value
Double
Nominal is measured real value of profile, should be thicker than designed.
In EN standard it is marked as "d". //Need to be verified!!!!!!!
In ACI standard it is marked as "d". //Need to be verified!!!!!!!
See Also