RectangleAffine SideXLength Property Cognex VisionPro 9.22
Get

The Length of this affine rectangle from CornerOrigin to CornerX.

Set

Sets SideXLength.

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

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

Remarks

Changed Raised when the value of this property changes.

See Also