CogPointMarker Rotation Property Cognex VisionPro 9.5
The rotation (from the x-axis) in radian of this point marker.

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

public double Rotation { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogPointMarker Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Remarks

    The rotation, in radians from the x-axis, of this point marker.

    Default Value: 0

    See Also