CogGeneralContourLineSegmentIterator StartX Property Cognex VisionPro 9.10
Returns/sets the X coordinate of the start point of the segment.

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

public virtual double StartX { get; set; }

Property Value

Type: Double

Implements

ICogGeneralContourLineSegmentIterator StartX
Events

Event TypeReason
CogGeneralContourSegmentChanged

Fires when the coordinate changes.

The following state flags may be affected:

    Remarks

    Sets or gets the x-coordinate of the start point of the segment.

    See Also