Revit 2025.3 API
WallGet |
Get the sub walls which belongs to the wall.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<ElementId> GetStackedWallMemberIds()
Public Function GetStackedWallMemberIds As IList(Of ElementId)
public: IList<ElementId^>^ GetStackedWallMemberIds()
member GetStackedWallMemberIds : unit -> IList<ElementId>
Return Value
IListElementIdIf the wall is a stacked wall, the Ids of the sub will be returned in bottom-top order.

Exception | Condition |
---|---|
InvalidOperationException | This wall isn't a consistent stacked wall. |
See Also