SegmentTool SelectedLabeledTrainData Property Cognex VisionPro 9.24
Get

Gets the currently selected TrainData from the Database that has IsTraining set to true.

Set

Sets SelectedLabeledTrainData.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELSegment.Net (in Cognex.Vision.ViDiELSegment.Net.dll) Version: 9.24.0.0
Syntax

public TrainData SelectedLabeledTrainData { get; set; }

Property Value

Type: TrainData
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied TrainData is not in the SegmentOperator Database.
ArgumentExceptionIf the supplied TrainData has IsTraining set to false.
Remarks

Changed Raised when the value of this property changes. The following state flags may be affected:

See Also