DetailLevel Property


Options Detail Level Property

The detail level for the geometry extracted with these options.

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

Property Value

ViewDetailLevel
Exceptions
Exception Condition
InvalidOperationException Thrown when setting this property, if View is already set. When View is set the detail level of the view is used.
See Also