Delete Method of Collection Objects

This method removes the element from the collection.

Syntax

Visual Basic .NET

Sub Delete(Value As <ElementType>)
    

C++

HRESULT Delete(
  I<ElementType>* Value
);
    

Parameters

Value
[in] This parameter refers to the object to be deleted. ElementType is the type of objects in the collection. See the table below for details.

Return values

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

Remarks

The table below describes the collections which provide this property and the types of elements in the collections:

Collection type Element type
BatchItems BatchItem
BatchTypes BatchType
DocumentDefinitions DocumentDefinition
EnvironmentVariables EnvironmentVariable
ExtractionModels ExtractionModel
FieldDefinitions FieldDefinition
FieldRegions FieldRegion
GroupLanguage Language
LinksToSections LinkToSection

See also

Working with Collections

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.