Search
GroupCollection.GetAt Method
See Also
 





The zero-based index of the group to retrieve.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Group GetAt (
    int index
)

Visual Basic  Copy Code

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

 Parameters

index

The zero-based index of the group to retrieve.

 Return Value

An instance of the Group class that represents the node at the specified position.

 See Also