RVTDocs.com

RenderingQualitySettings.IsValidRenderTime

Method
Description:
Validate the render time is between 1 and 32768.
Syntax
public bool IsValidRenderTime(
	int value
)
Parameters
Parameter Type Description
value Int32 The render time value to validate.
Return Value
Type Description
Boolean True if the value is in the proper range, false otherwise.