Cog3DRangeImageCrossSectionOperatorsParams SelectedOperatorIndex Property Cognex VisionPro 9.8
Gets or sets the SelectedOperatorIndex.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax

public int SelectedOperatorIndex { get; set; }

Property Value

Type: Int32
The default is 0.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the supplied value is out of range.
Remarks

The Cross Section tool CreateCurrentRecord() method will create the graphics only for the selected operator. This property is used by the control, it is attached to the selected opertor in the grid.
See Also