Click or drag to resize
SoLDMResourceParametersSetMovingTimeOut Method

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void SetMovingTimeOut(
	float timeout
)

Parameters

timeout
Type: SystemSingle
Remarks

Sets the amount of time (in seconds) during which LDM continues not loading once a user stops interaction. In other words, LDM will start loading again timeOut seconds after the user stops interaction. Considered only in NO_USER_INTERACTION mode. Default is 0.3 seconds.

See Also