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



Accusoft.FormFixSdk Namespace > OmrSegmentResultCollection Class : Remove Method
The element to remove from the collection.
Removes an element from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As OmrSegmentResult _
) 
'Usage
 
Dim instance As OmrSegmentResultCollection
Dim value As OmrSegmentResult
 
instance.Remove(value)
public void Remove( 
   OmrSegmentResult value
)
public:
void Remove( 
   OmrSegmentResult^ value
) 

Parameters

value
The element to remove from the collection.
Exceptions
ExceptionDescription
Indicates that the specified element is not present in the collection.
Remarks

This method implements a standard collection operation. It searches the collection for a reference to the given element. If it finds a reference to it, it will delete it from the collection. If there are any elements following that one, this method will move them up (their indices will be one less than they were.)

If the specified element is present more than once in the collection, this method will remove the one with the lowest index.

See Also

Reference

OmrSegmentResultCollection Class
OmrSegmentResultCollection Members
IndexOf Method

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