Table of Contents

Method HasNode

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

HasNode(string)

Returns whether the graph contains a node with the specified ID.

public bool HasNode(string id)

Parameters

id string

The node ID to test.

Returns

bool

true when a node with the ID exists; otherwise, false.