←Select platform

Remove Method

Summary

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

Syntax
C#
Objective-C
C++/CLI
Python
public virtual bool Remove( 
   ExObjObject item 
) 
- (BOOL)remove:(LTExObjObject *)item; 
public:  
   virtual bool Remove( 
      ExObjObject^ item 
   ) 
def Remove(self,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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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