Share

NavisworksParameters Enumeration

An enumerated type listing possible "Parameter conversions" of Navisworks Exporter.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum NavisworksParameters

Members

Member nameValueDescription
All2 The file exporter converts parameters for all found elements, including the referenced elements. As a result, extra property tabs are available in Autodesk Navisworks.
Elements1 The file exporter converts parameters for all found elements.
None0 The file exporter does not convert parameters.

See Also

Reference

Was this information helpful?