CogPrioEventResponseLine OutputLineNumber Property Cognex VisionPro 9.5
Gets or sets the number of the output line on which the event response occurs.

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

public int OutputLineNumber { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
CogPrioInvalidLineException Thrown if outputLineNumber is set to an invalid line number.
See Also