CogGeneralContourSegmentIterator OwnedEllipticalArcSegmentIterator Property Cognex VisionPro 9.8
Gets the full set of elliptical arc 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: 75.1.0.0
Syntax

public ICogGeneralContourEllipticalArcSegmentIterator OwnedEllipticalArcSegmentIterator { get; }

Property Value

Type: ICogGeneralContourEllipticalArcSegmentIterator
An interface containing all the elliptical arc segment parameters for this contour.
Remarks

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

Note: If the SegmentType is not EllipticalArcOwnedEllipticalArcSegmentIterator does not return an error immediately. However, if you attempt to set or get type-specific properties, such as SetFromEllipticalArc(CogEllipticalArc), you will get an error.

See Also