DocumentExport(String, IListElementId, PDFExportOptions) Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool Export(
string folder,
IList<ElementId> viewIds,
PDFExportOptions options
)
Public Function Export (
folder As String,
viewIds As IList(Of ElementId),
options As PDFExportOptions
) As Boolean
public:
bool Export(
String^ folder,
IList<ElementId^>^ viewIds,
PDFExportOptions^ options
)
member Export :
folder : string *
viewIds : IList<ElementId> *
options : PDFExportOptions -> bool
Parameters
- folder String
-
- viewIds IListElementId
-
- options PDFExportOptions
-
Return Value
Boolean
See Also