CogDisplayZOrderConstants EnumerationCognex VisionPro 9.5
Enumeration for specifying z-order extents.

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

public enum CogDisplayZOrderConstants
Members

  Member nameValueDescription
Front0 Specifies the front of the z-order.
Back1 Specifies the back of the z-order.
Remarks

Used in FindItem(Object, DisplayZOrderConstants) to specify the search direction.

See Also