LineSegment EndY Property Cognex VisionPro 9.22
Get

The Y coordinate of the end point for the line segment.

Set

Sets EndY.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public double EndY { get; set; }

Property Value

Type: Double
Default Value: 120
Exceptions

ExceptionCondition
ShapeExceptionStart and endpoint coordinates must be different.
Remarks

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

Remarks

Changed Raised when the value of this property changes.

See Also