CogGeneralContourLineSegmentIterator EndY Property Cognex VisionPro 9.8
Returns/sets the Y coordinate of the end point of the segment.

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

public virtual double EndY { get; set; }

Property Value

Type: Double

Implements

ICogGeneralContourLineSegmentIterator EndY
Events

Event TypeReason
CogGeneralContourSegmentChanged

Fires when the coordinate changes.

The following state flags may be affected:

    Remarks

    Sets or gets the y-coordinate of the end point of the segment.

    See Also