SetRenderingImageExposureSettings Method


Changes the rendering image exposure settings.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2013

Syntax

C#
public void SetRenderingImageExposureSettings(
	RenderingImageExposureSettings exposure
)
Visual Basic
Public Sub SetRenderingImageExposureSettings ( _
	exposure As RenderingImageExposureSettings _
)
Visual C++
public:
void SetRenderingImageExposureSettings(
	RenderingImageExposureSettings^ exposure
)

Parameters

exposure
Type: Autodesk.Revit.DB RenderingImageExposureSettings
An instance of the new rendering image exposure settings.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was NULL

See Also