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





Removes the specified group from the collection.

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

 Syntax

C#  Copy Code

public override bool Remove (
    Group group
)

Visual Basic  Copy Code

Public Overrides Function Remove( _
    group As Group _
) As Boolean

 Parameters

group
The Group object to remove from the collection.

 Return Value

 See Also

GroupCollection Members
GroupCollection Class
MindFusion.Diagramming.Wpf Namespace