Share

FabricationConfiguration.GetAllServices Method

Returns all fabrication services in the fabrication configuration.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public IList<FabricationService> GetAllServices()

Return Value

IList<FabricationService>
All fabrication services. The return will be empty if no services are found.

See Also

Reference

Was this information helpful?