Cog3DRangeImageCrossSectionExtractCornerV2 CornerIndex Property Cognex VisionPro
Gets or sets the CornerIndex. The corner with the specified index will be returned as the found corner. If more than one corner is found, the corners are sorted first and then the corner with the index specified is returned.

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

public int CornerIndex { get; set; }

Property Value

Type: Int32
Default value is 0.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException If the value is less than 0.
See Also