RenderDuration
Public Enum
An enumerated type containing possible duration types to do Raytracer render.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum RenderDurationMembers
Member name
Value
Description
ByLevel
0
Render by the defined iterations.
ByTime
1
Render by the defined time.
UntilSatisfactory
2
Render until satisfactory.