←Select platform

Remove Method

Summary

Removes the specified object from the list and frees it from memory.

Syntax
C#
VB
C++
public virtual bool Remove( 
   ExObjObject item 
) 
Public Overridable Function Remove( 
   ByVal item As ExObjObject 
) As Boolean 
public:  
   virtual bool Remove( 
      ExObjObject^ item 
   ) 

Parameters

item

The object to remove. This value cannot be null.

Return Value

true if item was successfully removed; otherwise, false. This method also returns false if item is not found in the original list.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.