Revit 2026 API
SubelementGet |
Returns all parameters of this subelement.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<ElementId> GetAllParameters()
Public Function GetAllParameters As IList(Of ElementId)
public: IList<ElementId^>^ GetAllParameters()
member GetAllParameters : unit -> IList<ElementId>
Return Value
IListElementIdSee Also