2022 Interface
Changes 0
I

INavisworksExporter

Description:
The interface used to implement a Navisworks exporter.
Remarks:
Implement this interface and register an instance of the derived class with the Navisworks external service.
Name Return Type Description
M Export(Document, String, String, NavisworksExportOptions) None The method that Revit will invoke to perform an export to Navisworks.
M ValidateExportOptions(Document, String, String, NavisworksExportOptions, String%) bool Determines if the inputs are valid, and returns an error message if not.