FabricationNetworkChangeService.SetMapOfInLinePartTypes
Method
Description:
Set the mapping of fabrication part types for in-line parts for the service and palette to change to.
Set the mapping of fabrication part types for in-line parts for the service and palette to change to.
Syntax
public void SetMapOfInLinePartTypes(
IDictionary<ElementId, ElementId> fabricationPartTypes
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| fabricationPartTypes | IDictionary | The map containing the original fabrication part type to the fabrication part type to change to. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |