ScanFix Xpress v9.0 for .NET - Updated
OnRemove Method (EnhancementResultsCollection)




Accusoft.ScanFixXpressSdk Namespace > EnhancementResultsCollection Class : OnRemove Method
Index to remove the object
Enhancement result to be removed
Performs type checking on the object before removing it from EnhancementResultsCollection
Syntax
'Declaration
 
Protected Overrides Sub OnRemove( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As EnhancementResultsCollection
Dim index As Integer
Dim value As Object
 
instance.OnRemove(index, value)
protected override void OnRemove( 
   int index,
   object value
)
protected: void OnRemove( 
   int index,
   Object* value
) override 
protected:
void OnRemove( 
   int index,
   Object^ value
) override 

Parameters

index
Index to remove the object
value
Enhancement result to be removed
See Also

Reference

EnhancementResultsCollection Class
EnhancementResultsCollection Members

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