Revit 2025.3 API
Structural |
Represents wall design 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 WallDesignThickness { get; set; }
Public Property WallDesignThickness As Double Get Set
public: property double WallDesignThickness { double get (); void set (double value); }
member WallDesignThickness : float with get, set
Property Value
Double
Design thickness of pipe wall is value should be thinner value than measured real value (nominal).
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