Share

FBXExportOptions.LevelsOfDetailValue Property

The value of the levels of detail.


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

Syntax

C#

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

Reference

Was this information helpful?