LineMaxOperatorBase Timeout Property Cognex VisionPro 9.22
Get

Gets the maximum amount of time that the inspection is allowed to execute.

Set

Sets the maximum amount of time that the inspection is allowed to execute.

Namespace: Cognex.Vision.LineMax.Implementation
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.22.2.0
Syntax

public abstract double Timeout { get; set; }

Return Value

Type: Double

The timeout duration in milliseconds. The default value is 20000.0.

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThrown if set to a value less than 0.0.
Remarks

Changed Fires when this property changes. The following state flag may be affected:

Remarks

This property is ignored if TimeoutEnabled is false.

See Also