Revit 2020.1 API |
RenderingSettings..::..SetRenderingImageExposureSettings Method |
RenderingSettings Class See Also |
Changes the rendering image exposure settings.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
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 |