Search
ItemListView.getItemAt Method
See Also
 

Gets the item at the specified position.

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

 Syntax

Java  Copy Code

public DiagramItem getItemAt (
    int index
)

 Parameters

index

An integer value specifying the item's index in the list.

 Return Value

The DiagramItem at the specified position.

 See Also