Click or drag to resize
SoLDMResourceParametersSetMovingTimeOut Method

Sets the amount of time (in seconds) during which LDM continues not loading once a user stops interaction.

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

Parameters

timeout
Type: SystemSingle
Remarks

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