Table of Contents

Method AddGroup

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

AddGroup(IGroup)

Adds a group to the graph.

public virtual void AddGroup(IGroup g)

Parameters

g IGroup

The group to add.

Exceptions

ArgumentException

Thrown when the group's ID collides with an existing graph element.