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