CopyContainerElementsConditional (ITcVnForwardIterator*)
Copys container elements to a new container, depending on a custom condition.
Syntax
Definition:
HRESULT CopyContainerElementsConditional(
HRESULT hrPrev,
ITcVnContainer* ipSrcContainer,
ITcVnContainer*& ipDestContainer,
ITcVnCustomElementCondition_ITcVnForwardIterator* ipConditionFB
)Parameters
|
Name |
Type |
Description |
|---|---|---|
|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
|
ipSrcContainer |
Source container | |
|
ipDestContainer |
Returns a container with elements, that match the condition | |
|
ipConditionFB |
Custom condition |
Required License
TC3 Vision Base
Return value