Cog3DVect2Collection GetEnumerator Method Cognex VisionPro 9.5
Gets an enumerator for this collection.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax

public virtual IEnumerator<Cog3DVect2> GetEnumerator()

Return Value

Type: IEnumerator Cog3DVect2 
A reference to an IEnumerable suitable for this collection type.

Implements

IEnumerable T  GetEnumerator 
See Also