CogFeaturePosition Constructor (Double, Double, Boolean)Cognex VisionPro 9.5
Construct this CogFeaturePosition with the supplied components.

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

public CogFeaturePosition(
	double X,
	double Y,
	bool valid
)

Parameters

X
Type: System Double
The x value of the image position for this feature.
Y
Type: System Double
The y value of the image position for this feature.
valid
Type: System Boolean
The valid flag for this feature.
See Also