RectangleAffine SideYLength Property Cognex VisionPro 9.22
Get

The Length of this affine rectangle from CornerOrigin to CornerY.

Set

Sets SideYLength.

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

public double SideYLength { get; set; }

Property Value

Type: Double
Default Value: 100
Exceptions

ExceptionCondition
ArgumentExceptionThe length is <= 0.
Remarks

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

Remarks

Changed Raised when the value of this property changes.

See Also