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