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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 91.0.0.0
Syntax
Return Value
Type: ICogTransform2DThe returned transformation.
Events
| Event Type | Reason |
|---|---|
| CogTransform2DComposed Changed | Fires when a transformation is popped. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| CogTransformCantPopEmptyComposedException | Count is 0. |
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