Returns all the used fabrication services. A service is used if any fabrication part in the service is created by user.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2016
Syntax
| C# |
|---|
public IList<FabricationService> GetAllUsedServices() |
| Visual Basic |
|---|
Public Function GetAllUsedServices As IList(Of FabricationService) |
| Visual C++ |
|---|
public: IList<FabricationService^>^ GetAllUsedServices() |