M

FabricationNetworkChangeService.SetPartTypesforMapping

Description:
Set a map of element identifiers of fabrication part types that will be mapped when the change service is applied. When part types in the map are encountered, they will be updated to the associated map component.
Remarks:
After this method has been invoked, call:
public void SetPartTypesforMapping(
	IDictionary<ElementId, ElementId> fabricationPartTypes
)
  • IDictionary<ElementIdElementId>
    fabricationPartTypes
    The map containing the original fabrication part type to the mapped fabrication part type to change to.