EraseFromContainer
Erase elements from a container.
Syntax
Definition:
HRESULT EraseFromContainer(
HRESULT hrPrev,
ITcVnContainer* ipContainer,
ULONGLONG nStartIdx,
ULONGLONG nCount
)Parameters
|
Name |
Type |
Description |
|---|---|---|
|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
|
ipContainer |
Container from which to erase elements | |
|
nStartIdx |
ULONGLONG |
Index of the first element to erase |
|
nCount |
ULONGLONG |
Number of elements to erase |
Required License
TC3 Vision Base
Return value