Indicates the function of a specified WallType, as specified in the parameter FUNCTION_PARAM on the WallType.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public enum WallFunction |
| Visual Basic |
|---|
Public Enumeration WallFunction |
| Visual C++ |
|---|
public enum class WallFunction |
Members
| Member name | Description |
|---|---|
| Interior | An interior wall. |
| Exterior | An exterior wall. |
| Foundation | A foundation wall. |
| Retaining | A retaining wall. |
| Soffit | A soffit wall. |
| Coreshaft | A coreshaft wall. |