INavisworksExporter.Export
Method
Description:
The method that Revit will invoke to perform an export to Navisworks.
The method that Revit will invoke to perform an export to Navisworks.
Syntax
void Export(
Document document,
string folder,
string name,
NavisworksExportOptions options
)
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document to export. |
folder | String | The folder path. |
name | String | The file name. |
options | NavisworksExportOptions | The export options. |
Return Value