CogRectangleAffine SideXLength Property Cognex VisionPro 9.5
The Length of this affine rectangle from CornerOrigin to CornerX.

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

public double SideXLength { 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 x (Px).

    Default Value: 100

    See Also