F_VN_CheckIfIteratorIsAtEnd
Checks if the iterator points to the past-the-end element. (Alternatively use interface method .CheckIfEnd.)
Syntax
Definition:
FUNCTION F_VN_CheckIfIteratorIsAtEnd : HRESULT
VAR_INPUT
ipIterator : ITcVnForwardIterator;
hrPrev : HRESULT;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
ipIterator |
Iterator | |
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) |
Required License
TC3 Vision Base