Gets a list of all host walls on which the sweep resides.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<ElementId> GetHostIds()
Return Value
IList<ElementId>
The list of wall ids.
Remarks
Fixed wall sweeps from vertically compound structures will return only one host element.
See Also
Reference