WallFunction Enumeration


Wall Function Enumeration

Indicates the function of a specified WallType, as specified in the parameter FUNCTION_PARAM on the WallType.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum WallFunction
Members
Member name Value Description
Coreshaft 5 A coreshaft wall.
Exterior 1 An exterior wall.
Foundation 2 A foundation wall.
Interior 0 An interior wall.
Retaining 3 A retaining wall.
Soffit 4 A soffit wall.
See Also