Finds the group that has the specified tag value.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Group FindGroup ( |
Visual Basic
Copy Code
|
|---|
Public Function FindGroup( _ |
The Group instance if found, or null otherwise.
RemarksUse this method to find a group that has been marked earlier with the specified tag.
See Also