LineSegment EndX Property Cognex VisionPro 9.22
Get

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

Set

Sets EndX.

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

public double EndX { get; set; }

Property Value

Type: Double
Default Value: 120
Exceptions

ExceptionCondition
ShapeExceptionStart and endpoint coordinates must be different.
Remarks

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

Remarks

Changed Raised when the value of this property changes.

See Also