CogCoordinateAxes DisplayMode Property Cognex VisionPro 9.8
Controls which properties are used to draw the CogCoordinateAxes and how those properties are modified when the user modifies the graphic interactively.

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

public CogCoordinateAxesModeConstants DisplayMode { get; set; }

Property Value

Type: CogCoordinateAxesModeConstants
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 not in CogCoordinateAxesModeConstants.

    Remarks

    Controls which properties are used to draw the coordinate axes and how interactive manipulation of the coordinate axes modify those properties.

    Default Value: Screen

    See Also