Get or sets the CogCNLSearchRunParams to be used during the auto
selection process.
Namespace: Cognex.VisionPro.AutoSelectAssembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 73.0.0.0
public CogCNLSearchRunParams CNLSearchRunParams { get; set; }public CogCNLSearchRunParams CNLSearchRunParams { get; set; }Public Property CNLSearchRunParams As CogCNLSearchRunParams
Get
Set
Public Property CNLSearchRunParams As CogCNLSearchRunParams
Get
Set
public:
property CogCNLSearchRunParams^ CNLSearchRunParams {
CogCNLSearchRunParams^ get ();
void set (CogCNLSearchRunParams^ value);
}public:
property CogCNLSearchRunParams^ CNLSearchRunParams {
CogCNLSearchRunParams^ get ();
void set (CogCNLSearchRunParams^ value);
}Property Value
Type:
CogCNLSearchRunParams
Handle to the CogCNLSearchRunParams object
that will be used during the auto selection process.