GetAllUsedServices Method


Fabrication Configuration Get All Used Services 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: 25.0.0.0 (25.0.0.0)
Syntax
public IList<FabricationService> GetAllUsedServices()

Return Value

IList FabricationService
All the used fabrication services.
See Also