Message 1 of 3

Not applicable
01-28-2015
06:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I try this code :
//create NWExportOptions
NavisworksExportOptions nweOptions = new NavisworksExportOptions();
nweOptions.ExportScope = NavisworksExportScope.Model;
nweOptions.ViewId = uidoc.ActiveView.Id;
doc.Export(@"D:\test", @"test.nwc", nweOptions);
But now I get an error saying "A Navisworks Exporter is not available in the installed Revit.."
Is there a way to check if there is ?
I don't want to bypass this message with an try catch.
Solved! Go to Solution.