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

Batches

Batch

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.