Search
BaseList(E).remove Method (Object)
See Also
 

Removes the specified element from this list.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean remove (
    Object element
)

 Parameters

element

The element to remove.

 Return Value

true if element was removed, or false otherwise.

 See Also