Accusoft.ScanFixXpress8.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
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
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)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
protected override void OnRemove( 
   int index,
   object value
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
protected: void OnRemove( 
   int index,
   Object* value
) override 
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
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