CogInteractiveGraphicsContainer GetEnumerator Method Cognex VisionPro 9.20
Returns an enumerator that can iterate through the interactive graphics collection.

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

public virtual IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An enumerator that can be used to iterate through the collection.
Exceptions

ExceptionCondition
ObjectDisposedException Thrown when the object is already disposed.
See Also