Share

View.DetailLevel Property

The detail level of this view.


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

Syntax

C#

public ViewDetailLevel DetailLevel { get; set; }

Property Value

ViewDetailLevel

Exceptions

ExceptionCondition
ArgumentException When setting this property: Cannot set ViewDetailLevel to Unassigned
ArgumentOutOfRangeException When setting this property: A value passed for an enumeration argument is not a member of that enumeration
InvalidOperationException When setting this property: View does not have a Detail Level property -or- When setting this property: Detail Level cannot be modified.

See Also

Reference

Was this information helpful?