Search
Diagram.FindGroup Method
See Also
 





Finds the group that has the specified tag value.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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