| Revit 2022.1 API |
| RenderDuration Enumeration |
| See Also |
An enumerated type containing possible duration types to do Raytracer render.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2017
Syntax
| C# |
|---|
public enum RenderDuration |
| Visual Basic |
|---|
Public Enumeration RenderDuration |
| Visual C++ |
|---|
public enum class RenderDuration |
Members
| Member name | Description |
|---|---|
| ByLevel | Render by the defined iterations. |
| ByTime | Render by the defined time. |
| UntilSatisfactory | Render until satisfactory. |