Returns/sets the X coordinate of the elliptical arc midpoint.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.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 x-coordinate of the elliptical arc midpoint.
See Also