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