Click or drag to resize
SoVRMLLoadSensortimeOut Property

The timeOut field specifies the maximum time for which the LoadSensor will monitor loading, starting from when the sensor becomes active.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFTime timeOut { get; }

Property Value

Type: SoSFTime
Remarks

A value of 0 for the timeOut field indicates an indefinite time out period; i.e., the LoadSensor will wait until loading has completed either with success or failure.

See Also