CogInteractiveGraphicsContainer GetEnumerator Method Cognex VisionPro 9.22 SR1
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: 87.1.0.0 (87.1.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