CogAcqLineScan StartAcqOnEncoderCount Property Cognex VisionPro 9.21 SR1
Sets the number of encoder counts to wait before acquisition starts.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 85.1.0.0
Syntax

public virtual int StartAcqOnEncoderCount { get; set; }

Property Value

Type: Int32

Implements

ICogAcqLineScan StartAcqOnEncoderCount
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is greater than 1000000 or less than 0
See Also