| Revit 2017 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: 17.0.0.0 (17.0.484.0)
Since:
2013
Syntax
| C# |
|---|
public DGNExportOptions GetDGNExportOptions() |
| Visual Basic |
|---|
Public Function GetDGNExportOptions As DGNExportOptions |
| Visual C++ |
|---|
public: DGNExportOptions^ GetDGNExportOptions() |