Click or drag to resize

SensorVisualSenseMultipleLoads Property

If false then OnBlocked is called once for the first load that blocks the sensor and subsequent blocks are ignored. Also OnCleared is only called when the last load clears the sensor. If true then OnBlocked and OnCleared (including Timeouts) are called for each individual load.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public bool SenseMultipleLoads { get; set; }

Property Value

Type: Boolean
See Also