ICogGeneralContourLineSegmentIterator CreateLineSegment Method Cognex VisionPro 9.22
Creates a gcnew CogLineSegment with the same geometric and graphics properties as this segment.

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

CogLineSegment CreateLineSegment()

Return Value

Type: CogLineSegment

The line segment.

Exceptions

Remarks

Creates a new CogLineSegment with the same geometric and graphics properties as this segment.

See Also