Returns the list of Ids of the current elements.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2016
Syntax
C# |
---|
public IList<ElementId> GetCurrentElements() |
Visual Basic |
---|
Public Function GetCurrentElements As IList(Of ElementId) |
Visual C++ |
---|
public: IList<ElementId^>^ GetCurrentElements() |