MindFusion.Wpf Pack Programmer's Guide
Diagram.FindGroup Method
See Also
 





Finds the group that has the specified tag value.

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

 Syntax

C#  Copy Code

public Group FindGroup (
    Object tagValue
)

Visual Basic  Copy Code

Public Function FindGroup( _
    tagValue As Object _
) As Group

 Parameters

tagValue

A .NET object assigned as a tag and characterizing the group to be searched for.

 Return Value

The Group instance if found; otherwise, null (Nothing in Visual Basic).

 Remarks

Use this method to find a group that has been marked earlier with the specified tag.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
FindLink Method
FindNode Method