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

View.ShadowIntensity

Property
Description:
The intesity of cast shadows - 0 = no shadows, 100 = black.
Syntax
public int ShadowIntensity { get; set; }
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: The value is invalid. The valid range is 0 through 100
InvalidOperationException When setting this property: This view does not contain display-related properties.