Table of Contents

Method RemoveGroup

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

RemoveGroup(string)

Removes a group by ID.

public IGroup RemoveGroup(string id)

Parameters

id string

The group ID.

Returns

IGroup

The removed group, or null when no group matches.