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

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax

public virtual CogLineSegment CreateLineSegment()

Return Value

Type: CogLineSegment

The line segment.

Implements

ICogGeneralContourLineSegmentIterator CreateLineSegment 
Exceptions

Remarks

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

See Also