Revit 2025.3 API
Fabrication |
Returns all fabrication services in the fabrication configuration.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<FabricationService> GetAllServices()
Public Function GetAllServices As IList(Of FabricationService)
public: IList<FabricationService^>^ GetAllServices()
member GetAllServices : unit -> IList<FabricationService>
Return Value
IListFabricationServiceAll fabrication services. The return will be empty if no services are found.
See Also