Move Method of the BatchItems Object

This method moves a batch item to the specified position in the collection.

Syntax

Visual Basic .NET

Function Move( _
 BatchItem As BatchItem, _
 Position As Integer _
)
    

C++

HRESULT Move(
  IBatchItem*   BatchItem,
  int Position
);
    

Parameters

BatchItem
[in] Refers to the BatchItem object, which contains the item to be moved.
Position
[in] The batch item will be placed in the position before the item with this index. Must be in a range from 1 to the value of the IBatchItems::Count property.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.

See also

BatchItems

BatchItem

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.