DocumentExport(String, IListElementId, PDFExportOptions) 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,
	IList<ElementId> viewIds,
	PDFExportOptions options
)

Parameters

folder  String
 
viewIds  IListElementId
 
options  PDFExportOptions
 

Return Value

Boolean
See Also