CogLineSegment StartX Property Cognex VisionPro 9.10
The X coordinate of the start point for the line segment.

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

public double StartX { 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 x-coordinate of the line segment's starting point.

    Default Value: 20

    See Also