Revit 2025.3 API
SubelementGet |
Returns all parameters of this subelement.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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