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: 26.4.0.0 (26.4.0.0)
Syntax
C#
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
Reference