CogTransform2DPerspectiveAndRadial LinearTranslationY Property Cognex VisionPro
Returns/sets the y component of the translation vector.

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

public double LinearTranslationY { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogTransform2DPerspectiveAndRadial Changed

Fires when this property changes.

The following state flags may be affected:

    Remarks

    The Y-component of the linear translation vector.

    See Also