Table of Contents

Method GetGroup

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

GetGroup(string)

Gets a group by ID.

public IGroup GetGroup(string id)

Parameters

id string

The group ID.

Returns

IGroup

The matching group, or null when no group matches.