Table of Contents

Method HasID

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

HasID(string)

Returns whether an ID is already used by any graph element stored in this asset.

public bool HasID(string id)

Parameters

id string

The graph-element ID to test.

Returns

bool

true when the ID is already present on a node, edge, group, or sticky note; otherwise, false.