Share

Options.DetailLevel Property

The detail level for the geometry extracted with these options.


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

Syntax

C#

public ViewDetailLevel DetailLevel { get; set; }

Property Value

ViewDetailLevel

Exceptions

ExceptionCondition
InvalidOperationExceptionThrown when setting this property, if View is already set. When View is set the detail level of the view is used.

See Also

Reference

Was this information helpful?