Set a map for the conversion of in line family symbols to similar fabrication part types.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2022
Syntax
Parameters
- typeMappings
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'ElementId, ElementId>)>)>
The map containing the family symbol element identifiers to the fabrication part type element identifiers to convert to.
Return Value
If the mapping is properly structured, DesignToFabricationMappingResult.Success is returned. Otherwise, consult the members of DesignToFabricationMappingResult to understand why this call failed.
Exceptions
See Also