Revit 2025 API
Fabrication |
Returns all the loaded fabrication services.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<FabricationService> GetAllLoadedServices()
Public Function GetAllLoadedServices As IList(Of FabricationService)
public: IList<FabricationService^>^ GetAllLoadedServices()
member GetAllLoadedServices : unit -> IList<FabricationService>
Return Value
IListFabricationServiceAll the loaded fabrication services.
See Also