StructuralSectionColdFormed.WallDesignThickness Property

StructuralSectionColdFormedWallDesignThickness Property

Represents wall design 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 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
Remarks
Design thickness of pipe wall is value should be thinner value than measured real value (nominal).
See Also