DroidDiagram Programmer's Guide
BaseList(E).remove Method (int)
See Also
 






Removes the element at the specified position in this list.

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

 Syntax

Java  Copy Code

public E remove (
    int index
)

 Parameters

index

The index of the element to be removed.

 Return Value

The element that was removed from the list.

 See Also

remove Method Overload List
BaseList(E) Members
BaseList<E> Class
com.mindfusion.diagramming Namespace