Whether the given point was used in the fitting operation.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The index (0-based) of the point.
Return Value
Type: BooleanExceptions
| Exception | Condition |
|---|---|
| ArgumentException | index is less than 0 or greater than or equal to NumPoints. |
Remarks
Whether the given point was used in the fitting operation.
See Also