ICogGeneralContourEllipticalArcSegmentIterator MidpointX Property Cognex VisionPro
Returns/sets the X coordinate of the elliptical arc midpoint.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

double MidpointX { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogGeneralContourSegmentIteratorChanged

Fires when the midpoint changes.

The following state flags may be affected:

    Exceptions

    Remarks

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

    See Also