Search
CommandCollection.GetAt Method
See Also
 





Returns the command at the specified index.

Namespace: MindFusion.Diagramming.Commands
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Command GetAt (
    int i
)

Visual Basic  Copy Code

Public Function GetAt( _
    i As Integer _
) As Command

 Parameters

i

 Return Value

 See Also