GetAllServices Method


Fabrication Configuration Get All Services Method

Returns all fabrication services in the fabrication configuration.

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

Return Value

IList FabricationService
All fabrication services. The return will be empty if no services are found.
See Also