Revit 2026 API
DocumentExport(String, String, ICollectionElement |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool Export( string folder, string name, ICollection<ElementId> views, DGNExportOptions options )
Public Function Export ( folder As String, name As String, views As ICollection(Of ElementId), options As DGNExportOptions ) As Boolean
public: bool Export( String^ folder, String^ name, ICollection<ElementId^>^ views, DGNExportOptions^ options )
member Export : folder : string * name : string * views : ICollection<ElementId> * options : DGNExportOptions -> bool
Parameters
- folder String
- name String
- views ICollectionElementId
- options DGNExportOptions
Return Value
BooleanSee Also