An enumerated type listing available Microstation versions into which a file may be exported.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum DGNFileFormat
Members
| Member name | Value | Description |
|---|---|---|
| Default | 20 | The Autodesk Revit application's default file format. |
| DGNVersion7 | 19 | Microstation V7 file format. |
| DGNVersion8 | 20 | Microstation V8 file format. |
