CogPMAlignComposite Timeout Property Cognex VisionPro 9.5
Gets or sets the maximum amount of time in milliseconds that training can take.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 69.0.0.0
Syntax

public double Timeout { get; set; }

Property Value

Type: Double
The default value is 500 ms.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfTimeout state flag may be affected.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf you attempt to set this to a value less than or equal to zero.
See Also