Revit 2026 API
MEPSectionGet |
Gets all element ids that are contained in the section.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<ElementId> GetElementIds()
Public Function GetElementIds As IList(Of ElementId)
public: IList<ElementId^>^ GetElementIds()
member GetElementIds : unit -> IList<ElementId>
Return Value
IListElementIdSee Also