Cog3DVect3Collection GetEnumerator Method Cognex VisionPro 9.23
Gets an enumerator for this collection.

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

public virtual IEnumerator<Cog3DVect3> GetEnumerator()

Return Value

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

Implements

IEnumerable T  GetEnumerator 
See Also