FormFix v6.0 for .NET - Updated
Add Method (OmrSegmentResultCollection)



Accusoft.FormFixSdk Namespace > OmrSegmentResultCollection Class : Add Method
The element that this method will add to the end of the collection.
Adds an element to the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As OmrSegmentResult _
) As Integer
'Usage
 
Dim instance As OmrSegmentResultCollection
Dim value As OmrSegmentResult
Dim value As Integer
 
value = instance.Add(value)
public int Add( 
   OmrSegmentResult value
)
public:
int Add( 
   OmrSegmentResult^ value
) 

Parameters

value
The element that this method will add to the end of the collection.

Return Value

The zero-based index of the newly added element.
Exceptions
ExceptionDescription
Indicates that the element is null. This method will not add null to the collection.
Remarks
This method implements a standard collection operation. It will make the collection one element longer, and then place the given element into the last index. It will not change the rest of the collection.
See Also

Reference

OmrSegmentResultCollection Class
OmrSegmentResultCollection Members
Insert Method

Is this page helpful?
Yes No
Thanks for your feedback.