DocumentExport(String, String, NavisworksExportOptions) Method |
Exports a Revit project to the Navisworks .nwc format.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void Export(
string folder,
string name,
NavisworksExportOptions options
)
Public Sub Export (
folder As String,
name As String,
options As NavisworksExportOptions
)
public:
void Export(
String^ folder,
String^ name,
NavisworksExportOptions^ options
)
member Export :
folder : string *
name : string *
options : NavisworksExportOptions -> unit
Parameters
- folder String
-
The name of the folder for the exported file.
- name String
-
The name of the exported file. If it doesn't end in '.nwc', this extension will be added automatically.
- options NavisworksExportOptions
-
Options which control the contents of the export.
Exceptions
Remarks
This is an optional functionality that does not have to be installed. The method "OptionalFunctionalityUtils.isNavisworksExporterAvailable()" can be called to check if the exporter is present.
See Also