GetAllLoadedServices Method


Fabrication Configuration Get All Loaded Services Method

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()

Return Value

IList FabricationService
All the loaded fabrication services.
See Also