The detail level of this view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ViewDetailLevel DetailLevel { get; set; }Property Value
ViewDetailLevel
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.
|
See Also
Reference