CogRectangleAffine SideYLength Property Cognex VisionPro 9.7
The Length of this affine rectangle from CornerOrigin to CornerY.

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

public double SideYLength { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogRectangleAffine Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The length is <= 0.

    Remarks

    Sets or gets the side x length of this affine rectangle. This is the length from the origin point (Po) to corner point y (Py).

    Default Value: 100

    See Also