| Revit 2022 API |
| StructuralSectionsServiceData..::..GetCurrentElements Method |
| StructuralSectionsServiceData Class See Also |
Returns the list of Ids of the current elements.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2015
Syntax
| C# |
|---|
public IList<ElementId> GetCurrentElements() |
| Visual Basic |
|---|
Public Function GetCurrentElements As IList(Of ElementId) |
| Visual C++ |
|---|
public: IList<ElementId^>^ GetCurrentElements() |