CoordinateAxes DisplayMode Property Cognex VisionPro 9.22
Get

Controls which properties are used to draw the coordinate axes and how those properties are modified when the user modifies the graphic interactively.

Set

Sets DisplayMode.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public CoordinateAxesModeConstants DisplayMode { get; set; }

Property Value

Type: CoordinateAxesModeConstants
Default Value: Screen
Exceptions

ExceptionCondition
ArgumentExceptionValue is not in CoordinateAxesModeConstants.
Remarks

Changed Raised when the value of this property changes. The following state flags may be affected:

See Also