AddNewEx Method of the Batches Object
This method adds a batch of the specified batch type at the end of the collection of batches.
Syntax
Visual Basic .NET
Function AddNewEx( _ Type As BatchType _ ) As Batch
C++
HRESULT AddNewEx( IBatchType* Type, IBatch** Result );
Parameters
- Type
- [in] Refers to the BatchType object, which specifies the batch type.
- Result
- [out, retval] A pointer to the IBatch* variable that receives the interface pointer for the added batch.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Samples
This object is used in the following code samples: Classification.
See also
8/15/2023 1:19:30 PM