Revit 2026 API
Continuous |
Returns all the railing supports attached to the rail.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<ElementId> GetSupports()
Public Function GetSupports As IList(Of ElementId)
public: IList<ElementId^>^ GetSupports()
member GetSupports : unit -> IList<ElementId>
Return Value
IListElementIdSee Also