| Revit Preview Release API |
| DWGExportOptions Constructor (DWGExportOptions) |
| DWGExportOptions Class See Also |
Constructs a new instance of DWGExportOptions as a copy of the export options.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public DWGExportOptions( DWGExportOptions option ) |
| Visual Basic |
|---|
Public Sub New ( _ option As DWGExportOptions _ ) |
| Visual C++ |
|---|
public: DWGExportOptions( DWGExportOptions^ option ) |
Parameters
- option
- Type: Autodesk.Revit.DB..::..DWGExportOptions
The options to be copied.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |