Revit 2026 API
Design |
Creates a new instance of the DesignToFabricationConverter class.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public DesignToFabricationConverter( Document document )
Public Sub New ( document As Document )
public: DesignToFabricationConverter( Document^ document )
new : document : Document -> DesignToFabricationConverter
Parameters
- document Document
- A document in which to convert MEP design elements into fabrication parts.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also