Namespace:
Autodesk.Revit.DB.Fabrication
DesignToFabricationMappingResult
Enumeration
Description:
Possible results from setting the mapping from Family symbols to Fabrication part types.
Possible results from setting the mapping from Family symbols to Fabrication part types.
Syntax
public enum DesignToFabricationMappingResult
Unknown Namespace Members:
| Name | Description |
|---|---|
| Success | Setting the mappings for conversion was successful. |
| Undefined | Failed because the map contained no entries. |
| InvalidFamilySymbol | Failed because there was an invalid Family symbol identifier or an identifier that did not exist in the mappings. |
| InvalidFabricationPartType | Failed because there was an invalid Fabrication part type identifier or an identifier that did not exist in the mappings. |
| UnsupportedFamilySymbol | Failed due to attempting to convert an unsupported Family symbol. It is expected to be either valve, strainer, damper, smoke detector, end cap, or other in line component. |
| UnsupportedFabricationPartType | Failed due to attempting to convert an unsupported Fabrication part type. It is expected to be either valve, strainer, damper, smoke detector, end cap, or other in line component. |