CogCoreConverters MakeGeneralContourDOFConstants Method Cognex VisionPro 9.21 SR1
Return a GeneralContourDOFEnable value that corresponds to the supplied CogGeneralContourDOFEnable value.

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

public static GeneralContourDOFConstants MakeGeneralContourDOFConstants(
	CogGeneralContourDOFConstants visionProOptions
)

Parameters

visionProOptions
Type: Cognex.VisionPro CogGeneralContourDOFConstants
The CogGeneralContourDOFEnable value to map to a GeneralContourDOFEnable value.

Return Value

Type: GeneralContourDOFConstants
A GeneralContourDOFEnable value that corresponds to the supplied CogGeneralContourDOFEnable value.
See Also