Gets the iterator interface that provides full access to arc segment properties.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Return Value
Type: ICogGeneralContourEllipticalArcSegmentIteratorThe returned iterator.
Implements
ICogGeneralContourEllipticalArcSegmentIterator GetEllipticalArcSegmentIteratorRemarks
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