Cog3DRangeImageCrossSectionExtractCorner CornerIndex Property Cognex VisionPro
Gets or sets the CornerIndex.

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
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfCornerIndex
Exceptions

ExceptionCondition
ArgumentException If the value is less than 0;
Remarks

The corner with the specified index to be returned as the found corner. If more than one corner are found, the corners are sorted first and then the corner with the index specified is returned.
See Also