Set the mapping of fabrication part types for in-line parts for the service and palette to change to.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetMapOfInLinePartTypes(
IDictionary<ElementId, ElementId> fabricationPartTypes
)
Parameters
- fabricationPartTypes IDictionary<ElementId, ElementId>
-
The map containing the original fabrication part type to the fabrication part type to change to.
Exceptions
See Also
Reference