CogLineSegment StartY Property Cognex VisionPro
The Y coordinate of the start point for the line segment.

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

public double StartY { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogLineSegment Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    CogShapeCoordinatesMustDifferException

    Start and endpoint coordinates must be different.

    Remarks

    The y-coordinate of the line segment's starting point.

    Default Value: 20

    See Also