Wall.IsStackedWall Property

WallIsStackedWall Property

Identifies if the wall is a stacked wall.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsStackedWall { get; }
Public ReadOnly Property IsStackedWall As Boolean
	Get
public:
property bool IsStackedWall {
	bool get ();
}
member IsStackedWall : bool with get

Property Value

Boolean
See Also