ContinuousRailGetSupports Method |
Returns all the railing supports attached to the rail.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic IList<ElementId> GetSupports()
Public Function GetSupports As IList(Of ElementId)
public:
IList<ElementId^>^ GetSupports()
member GetSupports : unit -> IList<ElementId>
Return Value
IListElementId
See Also