CogCoreConverters MakePolygonDOFConstants Method Cognex VisionPro 9.23
Return a PolygonDOFEnable value that corresponds to the supplied CogPolygonDOFEnable value.

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

public static PolygonDOFConstants MakePolygonDOFConstants(
	CogPolygonDOFConstants visionProOptions
)

Parameters

visionProOptions
Type: Cognex.VisionPro CogPolygonDOFConstants
The CogPolygonDOFEnable value to map to a PolygonDOFEnable value.

Return Value

Type: PolygonDOFConstants
A PolygonDOFEnable value that corresponds to the supplied CogPolygonDOFEnable value.
See Also