CogCoordinateAxes Rotation Property Cognex VisionPro 9.7
The rotation of the X-axis in radian units. Setting Rotation does not change Skew.

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

public double Rotation { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogCoordinateAxes Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Remarks

    The rotation of the x-axis in radians. Setting Rotation does not change Skew.

    Default Value: 0

    See Also