Revit 2025.3 API
Structural |
Represents wall nominal thickness of rectangle.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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.
See Also