Search
GroupCollection.Remove Method
See Also
 





Removes the specified group from the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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