AddNew Method of the StatusReasons Object
This method adds a new reason at the end of the collection.
Note: After a call to this method you should set at least the ReasonCode and ReasonDescription properties for the added new reason.
Syntax
Visual Basic .NET
Function AddNew() As StatusReason
C++
HRESULT AddNew( IStatusReason** Result );
Parameters
- Result
- [out, retval] A pointer to the IStatusReason* variable that receives the interface pointer for the added reason.
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