Search
GroupCollection.Add Method
See Also
 





Adds the specified group to the collection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override void Add (
    Group group
)

Visual Basic  Copy Code

Public Overrides Sub Add( _
    group As Group _
)

 Parameters

group

The Group object to add to the collection.

 See Also