CogStaticGraphicsContainer ZOrderGroups Property Cognex VisionPro 9.8 SR1
Returns the z-order of the groups in this display.

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

public virtual CogStringCollection ZOrderGroups { get; }

Property Value

Type: CogStringCollection
The z-order for the groups in this display. The first string in the collection is the name of the group drawn first.
Exceptions

ExceptionCondition
ObjectDisposedException Thrown when the object is already disposed.
CogException Thrown when it fails to retrieve the return value--CogStringCollection.
See Also