| Revit 2020 API |
| ExportDGNSettings..::..GetDGNExportOptions Method |
| ExportDGNSettings Class See Also |
Gets the options stored in the these settings.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2013
Syntax
| C# |
|---|
public DGNExportOptions GetDGNExportOptions() |
| Visual Basic |
|---|
Public Function GetDGNExportOptions As DGNExportOptions |
| Visual C++ |
|---|
public: DGNExportOptions^ GetDGNExportOptions() |