Revit 2025.3 API
Structural |
Returns the list of Ids of the current elements.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<ElementId> GetCurrentElements()
Public Function GetCurrentElements As IList(Of ElementId)
public: IList<ElementId^>^ GetCurrentElements()
member GetCurrentElements : unit -> IList<ElementId>
Return Value
IListElementIdIds of the current elements. Contains the family base element to which the section shape type parameter belongs.
See Also