RVTDocs.com
Namespace: Autodesk.Revit.DB Class: View

View.DetailLevel

Property
Description:
The detail level of this view.
Syntax
public ViewDetailLevel DetailLevel { get; set; }
Exceptions
Exception Condition
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.