Revit 2026 API
FBXExport |
True to use levels of detail, false otherwise.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool UseLevelsOfDetail { get; set; }
Public Property UseLevelsOfDetail As Boolean Get Set
public: property bool UseLevelsOfDetail { bool get (); void set (bool value); }
member UseLevelsOfDetail : bool with get, set
Property Value
BooleanThe default value is false.
See Also