| Revit 2019.2 API |
| FabricationNetworkChangeService..::..SetMapOfInLinePartTypes Method |
| FabricationNetworkChangeService Class See Also |
Set the mapping of fabrication part types for in-line parts for the service and group to change to.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:
2018.2
Syntax
| C# |
|---|
public void SetMapOfInLinePartTypes( IDictionary<ElementId, ElementId> fabricationPartTypes ) |
| Visual Basic |
|---|
Public Sub SetMapOfInLinePartTypes ( _ fabricationPartTypes As IDictionary(Of ElementId, ElementId) _ ) |
| Visual C++ |
|---|
public: void SetMapOfInLinePartTypes( IDictionary<ElementId^, ElementId^>^ fabricationPartTypes ) |
Parameters
- fabricationPartTypes
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'ElementId, ElementId>)>)>
The map containing the original fabrication part type to the fabrication part type to change to.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |