RenderingImageExposureSettingsExposureValue Property

The value of rendering image exposure.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double ExposureValue { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: The value of rendering image exposure is not valid. The valid range is 0 to 21.
Remarks
Default exposure value based on Lighting Scheme.
See Also