MindFusion.Wpf Pack Programmer's Guide
GroupCollection.GetAt Method
See Also
 





The zero-based index of the group to retrieve.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

GroupCollection Members
GroupCollection Class
MindFusion.Diagramming.Wpf Namespace