CogReadOnlyBoolRangeList GetEnumerator Method Cognex VisionPro 9.8 SR1
Gets an enumerator for this List.

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

public virtual IEnumerator<CogReadOnlyBoolRange> GetEnumerator()

Return Value

Type: IEnumerator CogReadOnlyBoolRange 
A reference to an IEnumerable suitable for this List type.
Remarks

See IEnumerable and IEnumerator for more details on the behavior of .NET enumerators.
See Also