Exports a Revit project to the Navisworks .nwc format.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void Export(
string folder,
string name,
NavisworksExportOptions options
)
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
Reference