NavisworksExportScope Enumeration

NavisworksExportScope Enumeration

An enumerated type listing possible "Element Scopes" of Navisworks Exporter.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum NavisworksExportScope
Public Enumeration NavisworksExportScope
public enum class NavisworksExportScope
type NavisworksExportScope
Members
Member nameValueDescription
Model0 Export all elements in the document.
SelectedElements2 Export the selected elements.
View1 Export the elements in a view.
See Also