LevelsOfDetailValue Property


FBXExport Options Levels Of Detail Value Property

The value of the levels of detail.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public int LevelsOfDetailValue { get; set; }

Property Value

Int32
To use this option, UseLevelsOfDetail should be set to true. And the value should be in the range [0, 15]. It will be calculated based on the settings of current view if it's not assigned a valid value.
See Also