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