Revit 2025 API
Continuous |
Returns all the railing supports attached to the rail.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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