Revit 2025.3 API
Fabrication |
Returns all the used fabrication services. A service is used if any fabrication part in the service is created by user.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<FabricationService> GetAllUsedServices()
Public Function GetAllUsedServices As IList(Of FabricationService)
public: IList<FabricationService^>^ GetAllUsedServices()
member GetAllUsedServices : unit -> IList<FabricationService>
Return Value
IListFabricationServiceAll the used fabrication services.
See Also