DocumentExport(String, String, ICollectionElementId, DWGExportOptions) Method


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,
	DWGExportOptions options
)

Parameters

folder  String
 
name  String
 
views  ICollectionElementId
 
options  DWGExportOptions
 

Return Value

Boolean
See Also