AddNew Method of the Countries Object
This method adds a country configuration at the end of the collection.
Note: After a call to this method you should set at least the following properties for the added new country: Name, Alpha2Code, and Languages.
Note: For newly added countries, IsEnabled is True by default.
Syntax
Visual Basic .NET
Function AddNew() As Country
C++
HRESULT AddNew( ICountry** Result );
Parameters
- Result
- [out, retval] A pointer to the ICountry* variable that receives the interface pointer for the added record.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM