Revit 2025 API
Fabrication |
Get a set of element identifiers of fabrication part types for in-line parts.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ISet<ElementId> GetInLinePartTypes()
Public Function GetInLinePartTypes As ISet(Of ElementId)
public: ISet<ElementId^>^ GetInLinePartTypes()
member GetInLinePartTypes : unit -> ISet<ElementId>
Return Value
ISetElementIdReturns the set of element identifiers for in-line parts or an empty set if there are none.
See Also