Retrieves or changes the type of the wall.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public WallType WallType { get; set; }
Property Value
WallTypeThe type of the wall.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | When setting this property: The wall type wallType is not valid for the current wall. |
| ArgumentNullException | When setting this property: A non-optional argument was null |
