CogAutoSelect Target Property Cognex VisionPro
Gets or sets the target tool type. Legal values include PMAlign and CNLSearch.

Namespace: Cognex.VisionPro.AutoSelect
Assembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 65.1.0.0
Syntax

public CogAutoSelectTargetConstants Target { get; set; }

Property Value

Type: CogAutoSelectTargetConstants
The target tool type. May be either PMAlign or CNLSearch.
Events

Exceptions

ExceptionCondition
ArgumentException If the supplied target tool type is not a valid member of the enumeration.
See Also