Method AddGroup
AddGroup(IGroup)
Adds a group to the graph.
public virtual void AddGroup(IGroup g)
Parameters
gIGroupThe group to add.
Exceptions
- ArgumentException
Thrown when the group's ID collides with an existing graph element.
Adds a group to the graph.
public virtual void AddGroup(IGroup g)
g IGroupThe group to add.
Thrown when the group's ID collides with an existing graph element.