Returns/sets the Y coordinate of the elliptical arc midpoint.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogGeneralContourSegmentIteratorChanged | Fires when the midpoint changes. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| CogShapeBadContourSegTypeException | The SegmentType is not EllipticalArc |
| CogIteratorInvalidIteratorException | This iterator is not valid. |
Remarks
Sets or gets the y-coordinate of the elliptical arc midpoint.
See Also