FabricationConfigurationGetAllLoadedServices Method

Returns all the loaded fabrication services.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<FabricationService> GetAllLoadedServices()

Return Value

IListFabricationService
All the loaded fabrication services.
See Also