Fabrication
|
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. This overrides the default parts that can be used by route and fill solutions driven by the fabrication configuration and service.
Set the fabrication part types for parts for the service and palette to map too.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
public void SetPartTypesforMapping(
IDictionary<ElementId, ElementId> fabricationPartTypes
)
Parameters
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
After this method has been invoked, call:
- SetPartTypeMappingState(Boolean) to enable or disable the use of the part type mappings when the change service is applied.