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