CogCoreConverters MakeRectangleDOFConstants Method Cognex VisionPro 9.22
Return a CogRectangleDOFEnable value that corresponds to the supplied RectangleDOFEnable value.

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

public static RectangleDOFConstants MakeRectangleDOFConstants(
	CogRectangleDOFConstants visionProOptions
)

Parameters

visionProOptions
Type: Cognex.VisionPro CogRectangleDOFConstants
The CogRectangleDOFEnable value to map to a RectangleDOFEnable value.

Return Value

Type: RectangleDOFConstants
A RectangleDOFEnable value that corresponds to the supplied CogRectangleDOFEnable value.
See Also