Revit 2026 API
Optional |
Checks whether a Navisworks Exporter is available in the installed Revit.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool IsNavisworksExporterAvailable()
Public Shared Function IsNavisworksExporterAvailable As Boolean
public: static bool IsNavisworksExporterAvailable()
static member IsNavisworksExporterAvailable : unit -> bool
Return Value
BooleanTrue if a Navisworks Exporter is available in the installed Revit.
A Navisworks exporter is registered via an external add-in. If no add-in has registered an exporter, this will not be a part of the session.
See Also