LineSegment StartX Property Cognex VisionPro 9.22
Get

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

Set

Sets StartX.

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

public double StartX { get; set; }

Property Value

Type: Double
Default Value: 20
Exceptions

ExceptionCondition
ShapeExceptionStart and endpoint coordinates must be different.
Remarks

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

Remarks

Changed Raised when the value of this property changes.

See Also