Get the sub walls which belongs to the wall.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<ElementId> GetStackedWallMemberIds()
Return Value
IList<ElementId>
If the wall is a stacked wall, the Ids of the sub will be returned in bottom-top order.
Exceptions
See Also
Reference