AddNew Method of the TaxGroups Object
This method adds a tax group at the end of the collection.
Syntax
Visual Basic .NET
Function AddNew() As TaxGroup
C++
HRESULT AddNew( ITaxGroup** Result );
Parameters
- Result
- [out, retval] A pointer to the ITaxGroup* variable that receives the interface pointer for the added tax group.
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