Cog3DPointCloudMesh Accessor3F MoveNext Method Cognex VisionPro 9.5
Advance this accessor to the next element of the point cloud, spanning all roots in order.

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

public virtual bool MoveNext()

Return Value

Type: Boolean
True if the accessor was successfully advanced to the next element; false if the accessor has passed the end of the collection.
See Also