Accusoft.ScanFixXpress7.Net
Remove Method
See Also  Send Feedback
Accusoft.ScanFixXpressSdk Namespace > EnhancementResultsCollection Class : Remove Method




value
The element to remove from the collection.

Glossary Item Box

Removes an element from the collection.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

value
The element to remove from the collection.

Exceptions

ExceptionDescription
System.ArgumentException 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

©2012. Accusoft Corporation. All Rights Reserved.