Search
ItemCollectionBase(T).GetAt Method
See Also
 





Gets the diagram item at the specified position.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramItem GetAt (
    int index
)

Visual Basic  Copy Code

Public Function GetAt( _
    index As Integer _
) As DiagramItem

 Parameters

index

The zero-based index of the item to retrieve.

 Return Value

An instance of the DiagramItem class that represents the item at the specified position.

 See Also