CogGeneralContourSegmentIterator OwnedLineSegmentIterator Property Cognex VisionPro 9.24
Gets the full set of line segment parameters for this iterator. The parameters are owned by this iterator object, but are conveniently grouped together inside the returned interface.

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

public ICogGeneralContourLineSegmentIterator OwnedLineSegmentIterator { get; }

Property Value

Type: ICogGeneralContourLineSegmentIterator
An interface containing all the line segment parameters for this contour.
Remarks

Gets the iterator interface that provides full access to line segment properties.

Note: If the SegmentType is not LineOwnedLineSegmentIterator does not return an error immediately. However, if you attempt to set or get type-specific properties, you will get an error.

See Also