Share

Document.Export(String, String, ICollection<ElementId>, DXFExportOptions) Method



Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public bool Export(
	string folder,
	string name,
	ICollection<ElementId> views,
	DXFExportOptions options
)

Parameters

folder  String
 
name  String
 
views  ICollection<ElementId>
 
options  DXFExportOptions
 

Return Value

Boolean

See Also

Reference

Was this information helpful?