LineSegment StartY Property Cognex VisionPro 9.23
Get

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

Set

Sets StartY.

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

public double StartY { get; set; }

Property Value

Type: Double
Default Value: 20
Exceptions

ExceptionCondition
ShapeExceptionStart and endpoint coordinates must be different.
Remarks

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

Remarks

Changed Raised when the value of this property changes.

See Also