NavisworksExportScope Enumeration |
An enumerated type listing possible "Element Scopes" of Navisworks Exporter.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum NavisworksExportScope
Public Enumeration NavisworksExportScope
public enum class NavisworksExportScope
type NavisworksExportScope
MembersMember name | Value | Description |
---|
Model | 0 |
Export all elements in the document.
|
View | 1 |
Export the elements in a view.
|
SelectedElements | 2 |
Export the selected elements.
|
See Also