| Revit 2017 API |
| FabricationConfiguration..::..GetService Method |
| FabricationConfiguration Class See Also |
Get the service based on the service identifier from the fabrication configuration in the current document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2016
Syntax
| C# |
|---|
public FabricationService GetService( int serviceId ) |
| Visual Basic |
|---|
Public Function GetService ( _ serviceId As Integer _ ) As FabricationService |
| Visual C++ |
|---|
public: FabricationService^ GetService( int serviceId ) |
Parameters
- serviceId
- Type: System..::..Int32
The service identifier.