CogGeneralContourEllipticalArcSegmentIterator MidpointY Property Cognex VisionPro 9.8
Returns/sets the Y coordinate of the elliptical arc midpoint.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

public virtual double MidpointY { get; set; }

Property Value

Type: Double

Implements

ICogGeneralContourEllipticalArcSegmentIterator MidpointY
Events

Event TypeReason
CogGeneralContourSegmentIteratorChanged

Fires when the midpoint changes.

The following state flags may be affected:

    Exceptions

    Remarks

    Sets or gets the y-coordinate of the elliptical arc midpoint.

    See Also