FabricationConfigurationGetAllUsedServices Method

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: 26.0.4.0 (26.0.4.0)
Syntax
public IList<FabricationService> GetAllUsedServices()

Return Value

IListFabricationService
All the used fabrication services.
See Also