Table of Contents

Method RemoveNode

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

RemoveNode(string)

Removes a node and every edge connected to its input or output slots.

public virtual GraphAsset.RemovedElements RemoveNode(string id)

Parameters

id string

The ID of the node to remove.

Returns

GraphAsset.RemovedElements

A record describing the removed node and any edges removed with it. When no node matches the ID, the returned record contains no removed node.