CogCoordinateAxes Aspect Property Cognex VisionPro
The aspect ratio of the length of Y-axis to X-axis.

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

public double Aspect { 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:

    Exceptions

    ExceptionCondition
    ArgumentException

    Value is <= 0.

    Remarks

    The aspect ratio of the length of y-axis to x-axis.

    See Also