| SiRenderAreaStillSuperSamplingSetStillSuperSamplingDelay Method  | 
Set delay for supersampling when "still" (not interacting). 
 
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxvoid SetStillSuperSamplingDelay(
	uint delay
)
Sub SetStillSuperSamplingDelay ( 
	delay As UInteger
)
void SetStillSuperSamplingDelay(
	unsigned int delay
)
abstract SetStillSuperSamplingDelay : 
        delay : uint32 -> unit 
Parameters
- delay
 - Type: SystemUInt32
 
RemarksIf greater than 0, images will be supersampled after the specified delay. The delay is in milliseconds. 
See Also