CogCoreConverters MakeLineSegmentDOFConstants Method Cognex VisionPro 9.24
Return a CogLineSegmentDOFEnable value that corresponds to the supplied LineSegmentDOFEnable value.

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

public static LineSegmentDOFConstants MakeLineSegmentDOFConstants(
	CogLineSegmentDOFConstants visionProOptions
)

Parameters

visionProOptions
Type: Cognex.VisionPro CogLineSegmentDOFConstants
The CogLineSegmentDOFEnable value to map to a LineSegmentDOFEnable value.

Return Value

Type: LineSegmentDOFConstants
A LineSegmentDOFEnable value that corresponds to the supplied CogLineSegmentDOFEnable value.
See Also