Share

WallCrossSection Enumeration

The allowed values for the WALL_CROSS_SECTION parameter.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public enum WallCrossSection

Members

Member nameValueDescription
SingleSlanted0 A single-slanted wall whose angle is controlled by the parameter WALL_SINGLE_SLANT_ANGLE_FROM_VERTICAL.
Tapered2 A tapered wall whose angle is controlled by the parameters WALL_TAPERED_EXTERIOR_INWARD_ANGLE and WALL_TAPERED_INTERIOR_INWARD_ANGLE.
Vertical1 A vertical wall, 0 degrees.

See Also

Reference

Was this information helpful?