CogFitLineResult GetUsed Method Cognex VisionPro 9.8
Whether the given point was used in the fitting operation.

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

public bool GetUsed(
	int index
)

Return Value

Type: Boolean
Exceptions

ExceptionCondition
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