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
ViewDetailLevelExceptions
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. |