DesignToFabricationConverter.SetMapForFamilySymbolToFabricationPartType
Method
Description:
Set a map for the conversion of in line family symbols to similar fabrication part types.
Set a map for the conversion of in line family symbols to similar fabrication part types.
Syntax
public DesignToFabricationMappingResult SetMapForFamilySymbolToFabricationPartType(
IDictionary<ElementId, ElementId> typeMappings
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| typeMappings | IDictionary | The map containing the family symbol element identifiers to the fabrication part type element identifiers to convert to. |
Return Value
| Type | Description |
|---|---|
| DesignToFabricationMappingResult | If the mapping is properly structured, DesignToFabricationMappingResult.Success is returned. Otherwise, consult the members of DesignToFabricationMappingResult to understand why this call failed. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |