Gets the fabrication configuration element in the document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static FabricationConfiguration GetFabricationConfiguration( Document document )
Parameters
- document Document
- The document.
Return Value
FabricationConfigurationThe fabrication configuration element in the document.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
