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.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
Return Value
Type: ITransform2DExceptions
| Exception | Condition |
|---|---|
| TransformException | Count is 0. |
Remarks
Changed Raised when a transformation is popped.
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