CogTransform2DComposed PopFromLeft Method Cognex VisionPro 9.20
Removes and returns the left-most transform from the contained sequence. Note that this will decrease the index of all remaining transforms in the contained sequence by one.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax

public ICogTransform2D PopFromLeft()

Return Value

Type: ICogTransform2D

The returned transformation.

Events

Event TypeReason
CogTransform2DComposed Changed

Fires when a transformation is popped.

The following state flags may be affected:

    Exceptions

    Remarks

    Removes and returns the left-most transformation from the list of transformations in this object. Note that this will decrease the index of all remaining transforms in the contained sequence by one.

    See Also